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

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


    from 24434c3bf7b9 [SPARK-57030][SPARK-57031][DOC] Document the TIME data 
type, functions, and ANSI behavior in the SQL reference
     add e27a6046fe21 [SPARK-55444][SQL] Route nanosecond timestamp Parquet 
support through the Types Framework

No new revisions were added by this update.

Summary of changes:
 .../datasources/parquet/ParquetRowConverter.scala  |  49 +-----
 .../parquet/ParquetSchemaConverter.scala           |   8 -
 .../datasources/parquet/ParquetUtils.scala         |   4 +-
 .../datasources/parquet/ParquetWriteSupport.scala  |  24 ---
 .../parquet/types/ops/ParquetTypeOps.scala         |   4 +-
 .../types/ops/TimestampNanosParquetOps.scala       | 189 +++++++++++++++++++++
 .../types/ops/TimestampNanosParquetOpsSuite.scala  | 167 ++++++++++++++++++
 7 files changed, 362 insertions(+), 83 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/types/ops/TimestampNanosParquetOps.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/types/ops/TimestampNanosParquetOpsSuite.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to