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

[spark] branch master updated (33f532a -> d72ec85)

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

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


    from 33f532a  [SPARK-31259][CORE] Fix log message about fetch request size in ShuffleBlockFetcherIterator
     add d72ec85  [SPARK-31238][SQL] Rebase dates to/from Julian calendar in write/read for ORC datasource

No new revisions were added by this update.

Summary of changes:
 .../sql/execution/datasources}/DaysWritable.scala  |  10 ++++++--
 .../test-data/before_1582_date_v2_4.snappy.orc     | Bin 0 -> 201 bytes
 .../execution/datasources/orc/OrcSourceSuite.scala |  28 ++++++++++++++++++++-
 .../sql/execution/datasources/orc/OrcTest.scala    |   5 ++++
 .../execution/datasources/orc/OrcColumnVector.java |  15 ++++++++++-
 .../execution/datasources/orc}/DaysWritable.scala  |  17 ++++++++++---
 .../execution/datasources/orc/OrcShimUtils.scala   |   4 +--
 .../execution/datasources/orc/OrcColumnVector.java |  15 ++++++++++-
 .../execution/datasources/orc/OrcShimUtils.scala   |   5 ++--
 .../org/apache/spark/sql/hive/HiveInspectors.scala |   1 +
 10 files changed, 88 insertions(+), 12 deletions(-)
 copy sql/{hive/src/main/scala/org/apache/spark/sql/hive => core/src/main/scala/org/apache/spark/sql/execution/datasources}/DaysWritable.scala (92%)
 create mode 100644 sql/core/src/test/resources/test-data/before_1582_date_v2_4.snappy.orc
 rename sql/{hive/src/main/scala/org/apache/spark/sql/hive => core/v1.2/src/main/scala/org/apache/spark/sql/execution/datasources/orc}/DaysWritable.scala (81%)


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