This is an automated email from the ASF dual-hosted git repository.
stevenwu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from e8a11cbf92 Build: Bump nessie from 0.97.1 to 0.99.0 (#11224)
add 168a983942 ThreadPools introduce newExitingWorkerPool and
newFixedThreadPool for clearer semantics (#11073)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iceberg/aws/s3/S3FileIO.java | 2 +-
.../apache/iceberg/metrics/CountersBenchmark.java | 2 +-
.../apache/iceberg/BaseDistributedDataScan.java | 10 +++-
.../org/apache/iceberg/hadoop/HadoopFileIO.java | 3 +-
.../java/org/apache/iceberg/util/ThreadPools.java | 58 ++++++++++++++++++++--
.../apache/iceberg/data/TableMigrationUtil.java | 19 +++++--
.../iceberg/flink/sink/IcebergCommitter.java | 3 +-
.../iceberg/flink/sink/IcebergFilesCommitter.java | 2 +-
.../iceberg/flink/source/FlinkInputFormat.java | 2 +-
.../apache/iceberg/flink/source/IcebergSource.java | 2 +-
.../flink/source/StreamingMonitorFunction.java | 2 +-
.../enumerator/ContinuousSplitPlannerImpl.java | 2 +-
.../iceberg/connect/channel/Coordinator.java | 2 +-
.../iceberg/mr/mapreduce/IcebergInputFormat.java | 2 +-
.../apache/iceberg/mr/TestIcebergInputFormats.java | 6 ++-
.../org/apache/iceberg/spark/SparkTableUtil.java | 12 +++--
16 files changed, 103 insertions(+), 26 deletions(-)