This is an automated email from the ASF dual-hosted git repository.
vhs pushed a change to branch phase-18-HoodieAvroUtils-removal
in repository https://gitbox.apache.org/repos/asf/hudi.git
omit f93e264ef0cd Remove HoodieAvroUtils from hudi-client-common Additional
compilation error fixes - AvroOrcUtils - HoodieBootstrapSchemaProvider -
HoodieSparkBootstrapSchemaProvider - TestOrcBootstrap
add 5a57f9fa3c8e test: Fix flaky test
`testLatestCheckpointCarryOverWithMultipleWriters` (#17722)
add a0113bbac06d fix: Fix ConcurrentModificationException in RocksDBDAO
when accessed by Timeline Service (#17717)
add 59a37b2effe4 feat: Add HoodieSparkLanceReader for reading lance files
to internal row (#17632)
add 6e38eafca9a1 refactor: Add Lombok annotations to hudi-platform-service
(#17719)
add 5d0da961b535 chore(ci): Use non-archive repo and upgrade maven binary
(#17723)
add 5032c39ebb4e feat(schema): Migrate clustering operations to use
HoodieSchema (#17691)
add 93932fc40de6 refactor: Add Lombok annotations to
hudi-spark,hudi-spark-common (#17718)
new a7fd9fa3f96d Remove HoodieAvroUtils from hudi-client-common Additional
compilation error fixes - AvroOrcUtils - HoodieBootstrapSchemaProvider -
HoodieSparkBootstrapSchemaProvider - TestOrcBootstrap
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 (f93e264ef0cd)
\
N -- N -- N refs/heads/phase-18-HoodieAvroUtils-removal
(a7fd9fa3f96d)
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:
.../strategy/ClusteringExecutionStrategy.java | 3 +-
.../action/commit/BaseCommitActionExecutor.java | 6 +-
.../run/strategy/JavaExecutionStrategy.java | 14 +-
.../strategy/JavaSortAndSizeExecutionStrategy.java | 4 +-
.../JavaCustomColumnsSortPartitioner.java | 7 +-
.../TestJavaBulkInsertInternalPartitioner.java | 2 +-
.../MultipleSparkJobExecutionStrategy.java | 2 +-
...SparkJobConsistentHashingExecutionStrategy.java | 3 +-
.../strategy/SingleSparkJobExecutionStrategy.java | 11 +-
...SparkBinaryCopyClusteringExecutionStrategy.java | 14 +-
.../hudi/io/storage/HoodieSparkLanceReader.java | 307 +++++++++++++
.../apache/hudi/HoodieSchemaConversionUtils.scala | 21 +-
.../org/apache/spark/sql/hudi/SparkAdapter.scala | 2 +-
hudi-common/pom.xml | 1 +
.../java/org/apache/hudi/avro/HoodieAvroUtils.java | 5 +-
.../apache/hudi/common/schema/HoodieSchema.java | 1 +
.../table/read/FileGroupReaderSchemaHandler.java | 3 +-
.../org/apache/hudi/common/util/CommitUtils.java | 4 +-
.../org/apache/hudi/common/util/SortUtils.java | 8 +-
.../hudi/common/util/collection/RocksDBDAO.java | 10 +-
.../common/util/collection/RocksDbDiskMap.java | 6 +-
.../schema/convert/InternalSchemaConverter.java | 2 +-
.../org/apache/hudi/avro/TestHoodieAvroUtils.java | 2 +-
.../read/TestFileGroupReaderSchemaHandler.java | 4 +-
.../table/read/TestHoodieFileGroupReaderBase.java | 10 +-
.../TestParquetRowIndexBasedSchemaHandler.java | 4 +-
.../org/apache/hudi/common/util/TestSortUtils.java | 8 +-
.../common/util/collection/TestRocksDBDAO.java | 69 +++
hudi-hadoop-common/pom.xml | 9 -
.../hudi/io/lance/HoodieBaseLanceWriter.java | 55 ++-
hudi-io/pom.xml | 10 +
.../hudi/io/memory/HoodieArrowAllocator.java | 81 ++++
.../hudi-metaserver/hudi-metaserver-client/pom.xml | 6 +
.../common/table/HoodieTableMetaserverClient.java | 15 +-
.../timeline/HoodieMetaserverBasedTimeline.java | 2 +-
.../client/HoodieMetaserverClientImp.java | 21 +-
.../client/TestHoodieMetaserverClient.java | 1 +
.../hudi-metaserver/hudi-metaserver-server/pom.xml | 5 +
.../apache/hudi/metaserver/HoodieMetaserver.java | 12 +-
.../service/HoodieMetaserverProxyHandler.java | 7 +-
.../hudi/metaserver/service/TimelineService.java | 11 +-
.../hudi/metaserver/store/bean/InstantBean.java | 49 +--
.../hudi/metaserver/store/bean/TableBean.java | 80 +---
.../hudi/metaserver/store/jdbc/BasicDao.java | 1 +
.../metaserver/store/jdbc/BatchDaoOperation.java | 42 +-
.../store/jdbc/SqlSessionFactoryUtils.java | 15 +-
.../hudi/metaserver/store/jdbc/WrapperDao.java | 1 +
.../hudi/metaserver/util/TServerSocketWrapper.java | 9 +-
hudi-spark-datasource/hudi-spark-common/pom.xml | 6 +
.../main/java/org/apache/hudi/DataSourceUtils.java | 20 +-
.../BaseDatasetBulkInsertCommitActionExecutor.java | 6 +-
.../DatasetBucketRescaleCommitActionExecutor.java | 9 +-
.../hudi/internal/BaseWriterCommitMessage.java | 21 +-
.../internal/DataSourceInternalWriterHelper.java | 32 +-
hudi-spark-datasource/hudi-spark/pom.xml | 6 +
.../main/java/org/apache/hudi/QuickstartUtils.java | 6 +-
.../org/apache/hudi/cli/ArchiveExecutorUtils.java | 13 +-
.../apache/hudi/cli/BootstrapExecutorUtils.java | 19 +-
.../apache/hudi/cli/HDFSParquetImporterUtils.java | 23 +-
.../hudi-spark/src/test/java/HoodieJavaApp.java | 16 +-
.../src/test/java/HoodieJavaGenerateApp.java | 10 +-
.../src/test/java/HoodieJavaStreamingApp.java | 43 +-
.../hudi/client/TestTableSchemaEvolution.java | 8 +-
.../TestRemoteFileSystemViewWithMetadataTable.java | 17 +-
.../TestColStatsRecordWithMetadataRecord.java | 8 +-
.../hudi/functional/TestHoodieBackedMetadata.java | 21 +-
.../TestHoodieDatasetBulkInsertHelper.java | 10 +-
.../hudi/functional/TestHoodieFileSystemViews.java | 7 +-
.../java/org/apache/hudi/io/CustomPayload.java | 15 +-
.../java/org/apache/hudi/io/TestMergeHandle.java | 45 +-
.../org/apache/hudi/io/storage/LanceTestUtils.java | 88 ++++
.../io/storage/TestHoodieSparkLanceReader.java | 487 +++++++++++++++++++++
.../io/storage/TestHoodieSparkLanceWriter.java | 62 +--
.../hudi/table/upgrade/TestUpgradeDowngrade.java | 80 ++--
.../org/apache/hudi/utilities/UtilHelpers.java | 3 +-
.../apache/hudi/utilities/sources/InputBatch.java | 4 +-
.../helpers/CloudObjectsSelectorCommon.java | 3 +-
.../apache/hudi/utilities/streamer/StreamSync.java | 6 +-
.../apache/hudi/utilities/DummySchemaProvider.java | 3 +-
.../TestHoodieDeltaStreamerWithMultiWriter.java | 8 +-
.../hudi/utilities/streamer/TestStreamSync.java | 2 +-
packaging/bundle-validation/Dockerfile | 6 +-
82 files changed, 1463 insertions(+), 615 deletions(-)
create mode 100644
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/io/storage/HoodieSparkLanceReader.java
create mode 100644
hudi-io/src/main/java/org/apache/hudi/io/memory/HoodieArrowAllocator.java
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/io/storage/LanceTestUtils.java
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/io/storage/TestHoodieSparkLanceReader.java