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 3bd76ead3e3f perf(flink): use a shared work-stealing split pool for
Source V2 bounded reads (#19520)
add dfafea9c6238 test(metadata): drop the file-slice half of
wrapsMetadataReaderAndFileSliceReadFailures
add 99f6f3802713 fix(trino): port the connector to this branch's package
layout and metadata config
No new revisions were added by this update.
Summary of changes:
.../TestHoodieBackedTableMetadataWriter.java | 25 ++++++----------------
.../java/io/trino/plugin/hudi/HudiMetadata.java | 2 +-
.../io/trino/plugin/hudi/HudiSplitManager.java | 2 +-
.../java/io/trino/plugin/hudi/HudiSplitSource.java | 2 +-
.../java/io/trino/plugin/hudi/HudiTableHandle.java | 2 +-
.../main/java/io/trino/plugin/hudi/HudiUtil.java | 2 +-
.../plugin/hudi/io/HudiTrinoFileReaderFactory.java | 10 ++++-----
.../trino/plugin/hudi/io/HudiTrinoIOFactory.java | 6 +++---
.../hudi/io/HudiTrinoParquetFileFormatUtils.java | 2 +-
.../hudi/query/HudiSnapshotDirectoryLister.java | 2 +-
.../hudi/query/index/HudiBaseIndexSupport.java | 2 +-
.../query/index/HudiColumnStatsIndexSupport.java | 2 +-
.../hudi/query/index/HudiNoOpIndexSupport.java | 2 +-
.../index/HudiPartitionStatsIndexSupport.java | 2 +-
.../query/index/HudiRecordLevelIndexSupport.java | 2 +-
.../query/index/HudiSecondaryIndexSupport.java | 2 +-
.../hudi/query/index/IndexSupportFactory.java | 2 +-
.../plugin/hudi/reader/HudiTrinoReaderContext.java | 2 +-
.../hudi/split/HudiBackgroundSplitLoader.java | 2 +-
.../plugin/hudi/stats/TableMetadataReader.java | 4 ++--
.../plugin/hudi/stats/TableStatisticsReader.java | 2 +-
.../UncompactedMetadataHudiTablesInitializer.java | 6 ++++--
22 files changed, 37 insertions(+), 48 deletions(-)