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

voonhous pushed a change to branch release-1.2.1
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 99f6f3802713 fix(trino): port the connector to this branch's package 
layout and metadata config
     add 30b8ec6b89cf fix(flink): preserve Avro fixed decimal widths in Parquet 
writes (#19522)
     add fc942ea18b6b test(flink): mock FlinkAppendHandle for the MOR routing 
assertions
     add 91f95a90fb11 Revert "test(spark): drop the adapter-dependent String 
case from convertValueToEngineType"
     add 672c7bda884b Revert "fix(reader): Remove redundant partition value 
conversion in RecordContext (#19201)"

No new revisions were added by this update.

Summary of changes:
 .../io/storage/row/RowDataParquetWriteSupport.java |  10 +-
 .../storage/row/parquet/ParquetRowDataWriter.java  |  53 ++---
 .../row/parquet/ParquetSchemaConverter.java        |  79 +++++++-
 .../row/parquet/TestParquetRowDataWriter.java      | 218 +++++++++++++++++++++
 .../row/parquet/TestParquetSchemaConverter.java    |  15 ++
 .../table/TestHoodieFlinkTableActionRouting.java   |   6 +-
 .../hudi/BaseSparkInternalRecordContext.java       |  11 ++
 .../apache/hudi/common/engine/RecordContext.java   |   4 +
 .../hudi/common/schema/HoodieSchemaUtils.java      |  13 ++
 .../common/table/read/HoodieFileGroupReader.java   |   2 +-
 ...stSparkFileFormatInternalRowReaderContext.scala |  30 +--
 11 files changed, 389 insertions(+), 52 deletions(-)
 create mode 100644 
hudi-client/hudi-flink-client/src/test/java/org/apache/hudi/io/storage/row/parquet/TestParquetRowDataWriter.java

Reply via email to