This is an automated email from the ASF dual-hosted git repository.

gengliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 6ca56b0  [SPARK-35614][PYTHON] Make the conversion to pandas 
data-type-based for ExtensionDtypes
     add 2bdd9fe  [SPARK-35839][SQL] New SQL function: to_timestamp_ntz

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/FunctionRegistry.scala   |   1 +
 .../catalyst/expressions/datetimeExpressions.scala |  99 ++++++-
 .../catalyst/util/DateTimeFormatterHelper.scala    |   2 +-
 .../sql/catalyst/util/TimestampFormatter.scala     |  55 +++-
 .../expressions/DateExpressionsSuite.scala         |  29 +-
 .../apache/spark/sql/execution/HiveResult.scala    |   3 +-
 .../sql-functions/sql-expression-schema.md         |   5 +-
 .../test/resources/sql-tests/inputs/datetime.sql   |  46 +++
 .../sql-tests/results/ansi/datetime.sql.out        | 325 ++++++++++++++++++++-
 .../sql-tests/results/datetime-legacy.sql.out      | 317 +++++++++++++++++++-
 .../resources/sql-tests/results/datetime.sql.out   | 317 +++++++++++++++++++-
 .../SparkExecuteStatementOperation.scala           |   3 +-
 12 files changed, 1187 insertions(+), 15 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to