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-28973][SQL] Add TimeType and support java.time.LocalTime as its external type. #25678

Closed
wants to merge 18 commits into from

Commits on Sep 3, 2019

  1. Add TimeType

    MaxGekk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    4e03050 View commit details
    Browse the repository at this point in the history
  2. Add the MakeTime expression

    MaxGekk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    d3b5764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50a7b41 View commit details
    Browse the repository at this point in the history
  4. Converters for LocalTime

    MaxGekk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    e41f52c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baa632b View commit details
    Browse the repository at this point in the history
  6. Support Row encoding

    MaxGekk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    cee85e1 View commit details
    Browse the repository at this point in the history
  7. Support TimeType as Literal

    MaxGekk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    51d48d5 View commit details
    Browse the repository at this point in the history
  8. Register make_time

    MaxGekk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    61329e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    a2a5d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b67f270 View commit details
    Browse the repository at this point in the history
  3. Test make_time

    MaxGekk committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    1d68f58 View commit details
    Browse the repository at this point in the history
  4. Revert "Test make_time"

    This reverts commit 1d68f58.
    MaxGekk committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    ef53768 View commit details
    Browse the repository at this point in the history
  5. Revert "Register make_time"

    This reverts commit 61329e0.
    MaxGekk committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    a1ba921 View commit details
    Browse the repository at this point in the history
  6. Revert "Reuse localTimeToMicros in MakeTime"

    This reverts commit baa632b.
    MaxGekk committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    3324444 View commit details
    Browse the repository at this point in the history
  7. Revert "Add tests to DateExpressionsSuite"

    This reverts commit 50a7b41.
    MaxGekk committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    0202151 View commit details
    Browse the repository at this point in the history
  8. Revert "Add the MakeTime expression"

    This reverts commit d3b5764.
    MaxGekk committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    50eaeb0 View commit details
    Browse the repository at this point in the history
  9. Fix a typo

    MaxGekk committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    a8adade View commit details
    Browse the repository at this point in the history
  10. Mark TimeType unstable

    MaxGekk committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    bd6b976 View commit details
    Browse the repository at this point in the history