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-33498][SQL] Datetime parsing should fail if the input string can't be parsed, or the pattern string is invalid #30442

Closed
wants to merge 5 commits into from

Commits on Nov 25, 2020

  1. update GetTimeStamp, UnixTimeStamp, ToUnixTimeStamp and Cast to throw…

    … runtime exception when parsing to timestamp fail with ANSI mode on.
    
    Change-Id: Ie76d494906c7615871860c89602896c64ed2d9d6
    leanken-zz committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    a197091 View commit details
    Browse the repository at this point in the history
  2. fix UT failures. remove ParVector in CastSuite.scala since it's using…

    … multi thread and not respect SQLConf.get.
    
    Change-Id: I60be4963378de992c763cec952af4c03acbcc99f
    leanken-zz committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    24de1dc View commit details
    Browse the repository at this point in the history
  3. fix CastSuite UT failures..

    Change-Id: Iafb1e1abfbf19e063b44f358be729515bea3a6f0
    leanken-zz committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    140081d View commit details
    Browse the repository at this point in the history
  4. code refine.

    Change-Id: Iddbbe72295a0db24df4c020e79d74b8bdaa95082
    leanken-zz committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    5ab59d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. update nullable in ANSI mode and refine UT..

    Change-Id: I2bfe150923e5a4d14ac6a44f9a2acff9698d5e5d
    leanken-zz committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    e4fe5ee View commit details
    Browse the repository at this point in the history