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/04/10 03:24:19 UTC

[spark] branch branch-3.0 updated (7b37ee9 -> 1da7112)

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

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


    from 7b37ee9  Revert "[SPARK-18886][CORE][TESTS][FOLLOWUP] Fix a test failure due to InvalidUseOfMatchersException"
     add 1da7112  [SPARK-31359][SQL][3.0] Speed up timestamps rebasing

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/avro/AvroDeserializer.scala   |    7 +-
 .../org/apache/spark/sql/avro/AvroSerializer.scala |    7 +-
 .../resources/gregorian-julian-rebase-micros.json  | 2385 ++++++++++++++++++++
 .../resources/julian-gregorian-rebase-micros.json  | 2385 ++++++++++++++++++++
 .../spark/sql/catalyst/util/DateTimeUtils.scala    |  152 +-
 .../spark/sql/catalyst/util/RebaseDateTime.scala   |  338 +++
 .../sql/catalyst/util/DateTimeUtilsSuite.scala     |  182 +-
 .../sql/catalyst/util/RebaseDateTimeSuite.scala    |  363 +++
 .../DateTimeRebaseBenchmark-jdk11-results.txt      |   88 +-
 .../benchmarks/DateTimeRebaseBenchmark-results.txt |   88 +-
 .../parquet/VectorizedColumnReader.java            |    7 +-
 .../sql/execution/datasources/DaysWritable.scala   |    2 +-
 .../datasources/parquet/ParquetRowConverter.scala  |    7 +-
 .../datasources/parquet/ParquetWriteSupport.scala  |    7 +-
 .../execution/datasources/orc/OrcColumnVector.java |    3 +-
 .../execution/datasources/orc/DaysWritable.scala   |    2 +-
 .../execution/datasources/orc/OrcColumnVector.java |    3 +-
 17 files changed, 5588 insertions(+), 438 deletions(-)
 create mode 100644 sql/catalyst/src/main/resources/gregorian-julian-rebase-micros.json
 create mode 100644 sql/catalyst/src/main/resources/julian-gregorian-rebase-micros.json
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/RebaseDateTime.scala
 create mode 100644 sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/RebaseDateTimeSuite.scala


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