This is an automated email from the ASF dual-hosted git repository.

yihua pushed a change to branch branch-0.x
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 33e73d9deba [HUDI-7460] Relaxing compaction scheduling when there are 
pending delta commits (#10791)
     new 736ea55ee27 [HUDI-7445] Move PR size labeling to GitHub scheduled 
workflow (#10761)
     new 6746f44ba18 [MINOR] Improve mdt validator and upsert partitioner logs 
(#10656)
     new fbe4d371632 [HUDI-7450] Fix offset computation bug when allocedEvents 
> actualNumEvents (#10768)
     new b1c7528c86e [HUDI-5292] Exclude the test resources from every module 
packaging (#10702)
     new d62b245d9f4 [MINOR] Modify filter to allow removal of column stats 
from metadata table for bootstrap table files (#10238)
     new 292b1d850db [HUDI-7450] Address minor comments on Fix offset 
computation bug when allocedEvents > actualNumEvents (#10771)
     new 91e176c0ef7 [HUDI-7431] Add replication and block size to 
StoragePathInfo to be backwards compatible (#10717)

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/labeler.js                       |  97 ++++++++++++++++
 .github/workflows/labeler.yml                      |  24 ----
 .github/workflows/scheduled_workflow.yml           |  20 +++-
 hudi-aws/pom.xml                                   |   3 -
 hudi-client/hudi-client-common/pom.xml             |   3 -
 hudi-client/hudi-flink-client/pom.xml              |   3 -
 hudi-client/hudi-java-client/pom.xml               |   3 -
 hudi-client/hudi-spark-client/pom.xml              |   3 -
 .../table/action/commit/UpsertPartitioner.java     |   8 +-
 .../hudi/metadata/HoodieTableMetadataUtil.java     |   3 +-
 hudi-examples/hudi-examples-flink/pom.xml          |   3 -
 .../org/apache/hudi/hadoop/fs/HadoopFSUtils.java   |  47 ++++++++
 .../hudi/storage/hadoop/HoodieHadoopStorage.java   |  34 ++----
 .../apache/hudi/hadoop/fs/TestHadoopFSUtils.java   | 126 +++++++++++++++++++++
 .../org/apache/hudi/storage/StoragePathInfo.java   |  24 ++++
 .../hudi/io/storage/TestHoodieStorageBase.java     |  45 ++++----
 .../hudi/io/storage/TestStoragePathInfo.java       |  16 +--
 hudi-kafka-connect/pom.xml                         |   3 -
 hudi-timeline-service/pom.xml                      |   3 -
 .../utilities/HoodieMetadataTableValidator.java    |  43 +++----
 .../utilities/sources/helpers/KafkaOffsetGen.java  |  17 +--
 .../sources/helpers/TestCheckpointUtils.java       |  50 ++++++++
 packaging/hudi-aws-bundle/pom.xml                  |   3 -
 packaging/hudi-datahub-sync-bundle/pom.xml         |   3 -
 packaging/hudi-flink-bundle/pom.xml                |   3 -
 packaging/hudi-gcp-bundle/pom.xml                  |   3 -
 packaging/hudi-hadoop-mr-bundle/pom.xml            |   3 -
 packaging/hudi-hive-sync-bundle/pom.xml            |   3 -
 packaging/hudi-kafka-connect-bundle/pom.xml        |   3 -
 packaging/hudi-presto-bundle/pom.xml               |   3 -
 packaging/hudi-spark-bundle/pom.xml                |   3 -
 packaging/hudi-trino-bundle/pom.xml                |   3 -
 packaging/hudi-utilities-bundle/pom.xml            |   3 -
 packaging/hudi-utilities-slim-bundle/pom.xml       |   3 -
 34 files changed, 446 insertions(+), 168 deletions(-)
 create mode 100644 .github/workflows/labeler.js
 delete mode 100644 .github/workflows/labeler.yml
 create mode 100644 
hudi-hadoop-common/src/test/java/org/apache/hudi/hadoop/fs/TestHadoopFSUtils.java

Reply via email to