You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/03/17 13:54:32 UTC

[spark] branch master updated (124b4ce -> 0946a95)

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 124b4ce  [MINOR][SQL] Update the DataFrameWriter.bucketBy comment
     add 0946a95  [SPARK-31150][SQL] Parsing seconds fraction with variable length for timestamp

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/catalog/interface.scala     |  11 +-
 .../spark/sql/catalyst/csv/CSVInferSchema.scala    |   3 +-
 .../sql/catalyst/csv/UnivocityGenerator.scala      |   3 +-
 .../spark/sql/catalyst/csv/UnivocityParser.scala   |   3 +-
 .../catalyst/expressions/datetimeExpressions.scala |  44 ++++-
 .../spark/sql/catalyst/json/JacksonGenerator.scala |   3 +-
 .../spark/sql/catalyst/json/JacksonParser.scala    |   3 +-
 .../spark/sql/catalyst/json/JsonInferSchema.scala  |   3 +-
 .../catalyst/util/DateTimeFormatterHelper.scala    |  50 ++++-
 .../sql/catalyst/util/TimestampFormatter.scala     |  37 ++--
 .../spark/sql/util/TimestampFormatterSuite.scala   |  24 +--
 .../benchmarks/DateTimeBenchmark-jdk11-results.txt | 218 ++++++++++-----------
 sql/core/benchmarks/DateTimeBenchmark-results.txt  | 218 ++++++++++-----------
 .../execution/datasources/PartitioningUtils.scala  |   5 +-
 .../test/resources/sql-tests/inputs/datetime.sql   |  25 +++
 .../resources/sql-tests/results/datetime.sql.out   | 170 +++++++++++++++-
 .../execution/benchmark/DateTimeBenchmark.scala    |   2 +-
 .../parquet/ParquetPartitionDiscoverySuite.scala   |   3 +-
 18 files changed, 555 insertions(+), 270 deletions(-)


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