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

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


    from 2c2062e  [SPARK-31498][SQL][DOCS] Dump public static sql 
configurations through doc generation
     add 37d2e03  [SPARK-31507][SQL] Remove uncommon fields support  and update 
some fields with meaningful names for extract function

No new revisions were added by this update.

Summary of changes:
 .../catalyst/expressions/datetimeExpressions.scala | 152 +----
 .../spark/sql/catalyst/util/DateTimeUtils.scala    |  39 +-
 .../expressions/DateExpressionsSuite.scala         |  89 +--
 .../benchmarks/ExtractBenchmark-jdk11-results.txt  | 168 +++---
 sql/core/benchmarks/ExtractBenchmark-results.txt   | 180 +++---
 .../test/resources/sql-tests/inputs/date_part.sql  | 111 ----
 .../test/resources/sql-tests/inputs/extract.sql    |  92 ++-
 .../resources/sql-tests/inputs/postgreSQL/date.sql |  76 +--
 .../sql-tests/inputs/postgreSQL/timestamp.sql      |  18 +-
 .../resources/sql-tests/results/date_part.sql.out  | 670 ---------------------
 .../resources/sql-tests/results/extract.sql.out    | 441 +++++++++-----
 .../sql-tests/results/postgreSQL/date.sql.out      | 306 +---------
 .../sql-tests/results/postgreSQL/timestamp.sql.out |  32 +-
 .../sql/execution/benchmark/ExtractBenchmark.scala |   8 +-
 14 files changed, 576 insertions(+), 1806 deletions(-)
 delete mode 100644 sql/core/src/test/resources/sql-tests/inputs/date_part.sql
 delete mode 100644 
sql/core/src/test/resources/sql-tests/results/date_part.sql.out


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to