This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 541ab01b9f5a Remove spaces around partition columns (#18423)
add 7854419d70b5 fix(writer): skip unsupported native log column stats
metadata (#19245)
No new revisions were added by this update.
Summary of changes:
.../hudi/io/HoodieNativeLogAppendHandle.java | 6 +-
.../hudi/io/cdc/HoodieNativeLogFormatWriter.java | 13 +++-
.../org/apache/hudi/util/CommonClientUtils.java | 14 ----
.../io/cdc/TestHoodieNativeLogFormatWriter.java | 81 ++++++++++++++++++++++
.../index/columnstats/TestColumnStatsIndexer.java | 35 ++++++++++
.../apache/hudi/utils/TestCommonClientUtils.java | 22 ------
.../read/TestHoodieFileGroupReaderOnSpark.scala | 4 +-
7 files changed, 132 insertions(+), 43 deletions(-)