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 41e5ecda8377 chore(trino): advance trino master pin to b61e98c9d9dc
add ef834187ce47 feat(variant): infer shredding schemas by default on
Spark 4.1+ (#19808)
add 31904acd2a1d fix(build): exclude bundled Avro from the DataHub sync
bundle (#19814)
add 72989b47d36f fix(flink): run mapGroupsByKey in dedicated fork join
pool (#19819)
add 7a3e2f3ad69b fix(tests): reach TFramedTransport at the package
libthrift 0.14 moved it to (#19830)
new 2b70104c019f chore(trino): advance trino master pin to bf111d3e202f
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 (41e5ecda8377)
\
N -- N -- N refs/heads/bot/trino-pin (2b70104c019f)
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:
.../client/common/HoodieFlinkEngineContext.java | 11 +-
.../common/TestHoodieFlinkEngineContext.java | 84 +++++++++++++
.../row/HoodieInternalRowFileWriterFactory.java | 26 +++-
.../hudi/common/config/HoodieStorageConfig.java | 36 +++---
.../hudi/common/avro/TestVariantSchemaUtils.java | 16 ++-
...oodieAvroFileWriterFactoryVariantInference.java | 16 ++-
.../parquet/ParquetSchemaEvolutionUtils.scala | 103 +++++++++++++++-
.../parquet/TestParquetSchemaEvolutionUtils.scala | 132 ++++++++++++++++++++-
.../sql/hudi/dml/schema/TestVariantDataType.scala | 49 +++++++-
.../spark/sql/adapter/BaseSpark3Adapter.scala | 19 ++-
.../parquet/Spark3HoodieParquetReadSupport.scala | 61 ++++++++++
.../Spark3LegacyHoodieParquetFileFormat.scala | 8 ++
.../TestSpark3HoodieParquetReadSupport.scala | 89 ++++++++++++++
.../datasources/parquet/Spark33ParquetReader.scala | 5 +
.../datasources/parquet/Spark34ParquetReader.scala | 5 +
.../datasources/parquet/Spark35ParquetReader.scala | 5 +
hudi-sync/hudi-hive-sync/pom.xml | 2 +-
.../hudi/hive/testutils/HiveTestService.java | 2 +-
hudi-utilities/pom.xml | 2 +-
packaging/hudi-datahub-sync-bundle/pom.xml | 9 ++
pom.xml | 2 +-
21 files changed, 639 insertions(+), 43 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark3-common/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark3HoodieParquetReadSupport.scala
create mode 100644
hudi-spark-datasource/hudi-spark3-common/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/TestSpark3HoodieParquetReadSupport.scala