This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch bot/trino-pin
in repository https://gitbox.apache.org/repos/asf/hudi.git
discard 2ce6a675158e chore(trino): advance trino master pin to 0f742342696a
add 6103a52e5c8b fix(variant): shred nested variants on the Avro write
path for parity… (#19777)
add 0db4d3a05fd3 fix(common): prevent multi-table commits failing with
metrics enabled (#19787)
add 886ebc7d4c1d fix(build): tidy shade config drift ahead of hoisting the
POM flags (#19492)
new 8a3e1083769c chore(trino): advance trino master pin to 40b70400a8a6
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2ce6a675158e)
\
N -- N -- N refs/heads/bot/trino-pin (8a3e1083769c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
.../hudi/common/avro/VariantSchemaUtils.java | 369 +++++++++++---
.../hudi/common/config/HoodieStorageConfig.java | 6 +-
.../apache/hudi/common/schema/HoodieSchema.java | 59 ++-
.../hudi/common/table/TableSchemaResolver.java | 5 +-
.../hudi/common/avro/TestVariantSchemaUtils.java | 223 +++++++-
.../hudi/common/schema/TestHoodieSchema.java | 33 +-
.../apache/hudi/avro/HoodieAvroWriteSupport.java | 350 +++++++------
.../hadoop/HoodieVariantReconstruction.java | 7 +-
.../avro/TestHoodieAvroWriteSupportShredding.java | 565 ++++++++++++++++++++-
.../hadoop/TestHoodieVariantReconstruction.java | 14 +-
.../hudi/hadoop/HiveHoodieReaderContext.java | 2 +-
.../hudi/hadoop/TestHoodieParquetInputFormat.java | 10 +-
.../hudi/hadoop/testutils/InputFormatTestUtil.java | 19 +-
hudi-io/pom.xml | 3 +
.../apache/hudi/common/metrics/LocalRegistry.java | 5 +-
.../hudi/common/metrics/TestLocalRegistry.java | 104 ++++
.../HoodieFileGroupReaderBasedFileFormat.scala | 38 +-
.../parquet/VariantParquetTestFixtures.scala | 28 +-
.../schema/TestVariantShreddingMixedLayouts.scala | 157 +++++-
.../dml/schema/VariantShreddingTestSupport.scala | 37 +-
.../TestHoodieVariantReconstructionRoundTrip.java | 6 +-
.../TestSpark4VariantShreddingProvider.java | 6 +-
.../TestHoodieRowParquetWriteSupportVariant.java | 14 +-
.../TestSpark40HoodieParquetReadSupport.scala | 25 +-
packaging/hudi-aws-bundle/pom.xml | 4 -
packaging/hudi-timeline-server-bundle/pom.xml | 2 +
pom.xml | 2 +-
27 files changed, 1715 insertions(+), 378 deletions(-)
create mode 100644
hudi-io/src/test/java/org/apache/hudi/common/metrics/TestLocalRegistry.java