This is an automated email from the ASF dual-hosted git repository.
akudinkin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 3b8df4bb20 [HUDI-5206] RowColumnReader should not return null value
for certain null child columns (#7194)
add 6b0b03b12b [MINOR] Make sure Dictionary Encoding in Parquet enabled by
default (#7052)
No new revisions were added by this update.
Summary of changes:
.../scala/org/apache/hudi/cli/SparkHelpers.scala | 11 ++++++++++-
.../java/org/apache/hudi/io/HoodieAppendHandle.java | 8 +++++++-
.../hudi/avro/TestHoodieAvroParquetWriter.java | 2 +-
.../hudi/testutils/HoodieWriteableTestTable.java | 2 +-
.../storage/row/HoodieRowDataFileWriterFactory.java | 3 ++-
.../table/log/block/HoodieParquetDataBlock.java | 21 ++++++++++++++-------
.../apache/hudi/io/storage/HoodieParquetConfig.java | 5 -----
.../hudi/common/functional/TestHoodieLogFormat.java | 4 ++--
.../hudi/hadoop/testutils/InputFormatTestUtil.java | 2 +-
.../org/apache/spark/sql/hudi/SparkHelpers.scala | 11 ++++++++++-
10 files changed, 48 insertions(+), 21 deletions(-)