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-18516][SQL] Split state and progress in streaming #15954

Closed
wants to merge 24 commits into from

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    ae8a37c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    527c8d6 View commit details
    Browse the repository at this point in the history
  3. fix python

    marmbrus committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    213081a View commit details
    Browse the repository at this point in the history
  4. fix python style

    marmbrus committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    f4357d1 View commit details
    Browse the repository at this point in the history
  5. avoid getOrDefault

    marmbrus committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    6eb1396 View commit details
    Browse the repository at this point in the history
  6. MIMA

    marmbrus committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    f1bd871 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    17b13fb View commit details
    Browse the repository at this point in the history
  2. drop test

    marmbrus committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    59a9139 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Added tests

    tdas committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    f5e1d09 View commit details
    Browse the repository at this point in the history
  2. More changes

    tdas committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    82ecffe View commit details
    Browse the repository at this point in the history
  3. More test fixes

    tdas committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    c64632c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Fixed test

    tdas committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    247ada6 View commit details
    Browse the repository at this point in the history
  2. More fixes

    tdas committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    8ac76c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e3b73 View commit details
    Browse the repository at this point in the history
  4. Handle Double.Nan in json

    tdas committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    f6d60df View commit details
    Browse the repository at this point in the history
  5. Tests for python APIs

    tdas committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    32ff04e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6200d1 View commit details
    Browse the repository at this point in the history
  7. Minor changes

    tdas committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    b41a662 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d92f4bf View commit details
    Browse the repository at this point in the history
  9. Added SinkProgress

    tdas committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    8bd49b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9d8f82 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa8af9c View commit details
    Browse the repository at this point in the history
  12. Addressed comment

    tdas committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    c11d2e5 View commit details
    Browse the repository at this point in the history
  13. Fixed mima

    tdas committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    69d9b4a View commit details
    Browse the repository at this point in the history