Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-49411][SS] Communicate State Store Checkpoint ID between driver and stateful operators #47895

Closed
wants to merge 24 commits into from

Commits on Sep 30, 2024

  1. checkpoint

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2ac3a20 View commit details
    Browse the repository at this point in the history
  2. comments

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bc96b99 View commit details
    Browse the repository at this point in the history
  3. address comments

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    655b080 View commit details
    Browse the repository at this point in the history
  4. Support stream-stream join

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b2451c4 View commit details
    Browse the repository at this point in the history
  5. minor change

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c93c952 View commit details
    Browse the repository at this point in the history
  6. consolidate >=2

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    352d0ce View commit details
    Browse the repository at this point in the history
  7. add comment

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    052910a View commit details
    Browse the repository at this point in the history
  8. comments

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5d86901 View commit details
    Browse the repository at this point in the history
  9. add comments

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    63b5ed8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5c7d45 View commit details
    Browse the repository at this point in the history
  11. more unit test

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e672cce View commit details
    Browse the repository at this point in the history
  12. add another unit test

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fad6384 View commit details
    Browse the repository at this point in the history
  13. Multiple stateful

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0783c41 View commit details
    Browse the repository at this point in the history
  14. change data structure

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5f63dda View commit details
    Browse the repository at this point in the history
  15. rename

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a899c3a View commit details
    Browse the repository at this point in the history
  16. update

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f75ca29 View commit details
    Browse the repository at this point in the history
  17. Rename

    siying committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1afa8b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. add comment

    siying committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1488252 View commit details
    Browse the repository at this point in the history
  2. add test

    siying committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3dc4817 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Address comments

    siying committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f008b99 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. address comments

    siying committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f4d30f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. address comments

    siying committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fa1522c View commit details
    Browse the repository at this point in the history
  2. fix and extra comment

    siying committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e4863d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Address comments

    siying committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1c380ee View commit details
    Browse the repository at this point in the history