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 2022/03/24 14:45:07 UTC

[spark] branch master updated (8eb8a42 -> e410d98)

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 8eb8a42  [SPARK-37568][SQL] Support 2-arguments by the convert_timezone() function
     add e410d98  [SPARK-37463][SQL] Read/Write Timestamp ntz from/to Orc uses int64

No new revisions were added by this update.

Summary of changes:
 .../datasources/orc/OrcAtomicColumnVector.java     | 10 -----
 .../datasources/orc/OrcDeserializer.scala          |  5 +--
 .../execution/datasources/orc/OrcFileFormat.scala  |  9 ++---
 .../sql/execution/datasources/orc/OrcFilters.scala | 11 ++----
 .../execution/datasources/orc/OrcSerializer.scala  |  4 +-
 .../sql/execution/datasources/orc/OrcUtils.scala   | 46 ++++++----------------
 .../datasources/parquet/ParquetRowConverter.scala  |  4 ++
 .../v2/orc/OrcPartitionReaderFactory.scala         | 16 +++-----
 .../execution/datasources/v2/orc/OrcWrite.scala    |  2 +-
 .../execution/datasources/orc/OrcQuerySuite.scala  | 26 ++++++++++++
 10 files changed, 59 insertions(+), 74 deletions(-)

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