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 1d1181a441 [HUDI-5178] Add Call show_table_properties for spark sql
(#7161)
add 6183f684dc [HUDI-5067] Merge the columns stats of multiple log blocks
from the same log file (#7018)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hudi/io/HoodieAppendHandle.java | 2 +-
.../apache/hudi/client/HoodieFlinkWriteClient.java | 9 +-
.../java/org/apache/hudi/util/WriteStatMerger.java | 159 +++++++++++++++++++++
.../common/model/HoodieColumnRangeMetadata.java | 37 +++++
.../hudi/common/model/HoodieDeltaWriteStat.java | 25 ++++
.../apache/hudi/table/ITTestHoodieDataSource.java | 45 ++++++
6 files changed, 275 insertions(+), 2 deletions(-)
create mode 100644
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/util/WriteStatMerger.java