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

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


    from 5ffc389  [SPARK-34871][SS] Move the checkpoint location resolving into 
the rule ResolveWriteToStream
     add 820b465  [SPARK-34786][SQL] Read Parquet unsigned int64 logical type 
that stored as signed int64 physical type to decimal(20, 0)

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/errors/QueryCompilationErrors.scala  |  4 ---
 .../datasources/parquet/ParquetDictionary.java     | 12 ++++++-
 .../parquet/VectorizedColumnReader.java            | 30 ++++++++++++++--
 .../parquet/VectorizedPlainValuesReader.java       | 11 ++++++
 .../parquet/VectorizedRleValuesReader.java         | 41 ++++++++++++++++++++++
 .../parquet/VectorizedValuesReader.java            |  1 +
 .../datasources/parquet/ParquetRowConverter.scala  |  8 +++++
 .../parquet/ParquetSchemaConverter.scala           |  5 +--
 .../datasources/parquet/ParquetIOSuite.scala       | 38 +++++++++++++++++++-
 9 files changed, 137 insertions(+), 13 deletions(-)

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

Reply via email to