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

xushiyan pushed a change to branch release-0.11.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from fbc6595b34 [HOTFIX] add missing license (#5322)
     new d886e9eb8d [MINOR] Removing invalid code to close parquet reader 
iterator (#5182)
     new 7bc940c7e4 [HUDI-3835] Add UT for delete in java client (#5270)
     new 4a4407288a [MINOR] Fix typos in log4j-surefire.properties (#5212)
     new 23b0dfc337 Fixing async clustering job test in TestHoodieDeltaStreamer 
(#5317)
     new 06adf27051 [HUDI-3886] Adding default null for some of the fields in 
col stats in MDT schema (#5329)
     new d979feee34 [HUDI-3707] Fix target schema handling in HoodieSparkUtils 
while creating RDD (#5347)
     new bdc0f9336a [HUDI-3895] Fixing file-partitioning seq for base-file only 
views to make sure we bucket the files efficiently (#5337)
     new 52cb67bf48 [HUDI-3894] Fix datahub to include HBase dependencies and 
shading (#5338)
     new 54753a5a30 [HUDI-3903] Fix NoClassDefFoundError with Kafka Connect 
bundle (#5353)
     new 46deea05c4 [HUDI-3899] Drop index to delete pending index instants 
from timeline if applicable (#5342)
     new c0cadbca65 [HUDI-3894] Fix gcp bundle to include HBase dependencies 
and shading (#5349)

The 11 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:
 .../metadata/HoodieBackedTableMetadataWriter.java  |  39 ++++-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/main/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../commit/TestJavaCopyOnWriteActionExecutor.java  |  86 +++++++++-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../scala/org/apache/hudi/HoodieSparkUtils.scala   |  19 ++-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 hudi-common/src/main/avro/HoodieMetadata.avsc      |  15 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../org/apache/hudi/BaseFileOnlyRelation.scala     |  27 ++--
 .../scala/org/apache/hudi/HoodieBaseRelation.scala |   8 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 .../org/apache/hudi/utilities/HoodieIndexer.java   |   2 +-
 .../apache/hudi/utilities/TestHoodieIndexer.java   | 176 +++++++++++++++++++--
 .../functional/TestHoodieDeltaStreamer.java        |  30 ++--
 ...er.properties => indexer-only-bloom.properties} |   2 +-
 .../src/test/resources/log4j-surefire.properties   |   4 +-
 packaging/hudi-datahub-sync-bundle/pom.xml         | 118 ++++++++++++++
 packaging/hudi-gcp-bundle/pom.xml                  | 117 ++++++++++++++
 packaging/hudi-kafka-connect-bundle/pom.xml        |   2 +-
 34 files changed, 619 insertions(+), 106 deletions(-)
 copy 
hudi-utilities/src/test/resources/delta-streamer-config/{indexer.properties => 
indexer-only-bloom.properties} (93%)

Reply via email to