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 da6c1ea61385 chore(trino): advance trino master pin to 7476b3d7c0dc
add 4985f93d6fb3 refactor(client): dedupe HoodieJavaEngineContext with
local context (#19981)
add 3871bd604b30 docs(rfc): claim RFC-112 Spark declarative pipelines
(#19993)
add cb0c7a493e07 refactor(core): decide the record representation from the
payload class alone (#19990)
add d3856f4b10cf test(metadata): cover getColumnsToIndex when the table
schema is absent (#19859)
add ac6456aca657 fix(build): align the root kafka.version default with
spark3.5 (#19987)
add e6286fb959c2 test(common): drop duplicated key-based buffer tests
(#19995)
add a7c017c78d04 test(common): drop duplicated bloom-filter test helper
(#19994)
add fbdf84abeaba fix(common): release every RocksDB handle RocksDBDAO
opens (#19998)
add f3a334eaa29c fix(flink): use safe log-reader high watermark for pre-8
MOR incremental reads (#19949)
add fc3c08a0b22f fix(config): resolve glue catalog_id key regardless of
case (#19991)
new 2b0d6108f926 chore(trino): advance trino master pin to 8fd3d323c91f
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 (da6c1ea61385)
\
N -- N -- N refs/heads/bot/trino-pin (2b0d6108f926)
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:
.../org/apache/hudi/config/HoodieWriteConfig.java | 7 -
.../org/apache/hudi/index/HoodieIndexUtils.java | 2 +-
.../client/common/HoodieJavaEngineContext.java | 170 +---------
.../apache/hudi/common/avro/AvroRecordContext.java | 2 +-
...ineContext.java => BaseLocalEngineContext.java} | 18 +-
.../common/engine/HoodieLocalEngineContext.java | 168 +---------
.../apache/hudi/common/util/HoodieRecordUtils.java | 16 +-
.../hudi/common/util/collection/RocksDBDAO.java | 200 ++++++++---
.../buffer/TestKeyBasedFileGroupRecordBuffer.java | 172 ----------
.../common/util/collection/TestRocksDBDAO.java | 368 +++++++++++++++++++++
.../io/storage/TestHoodieFileMetadataMerger.java | 14 +-
.../apache/hudi/source/IncrementalInputSplits.java | 13 +-
.../apache/hudi/table/format/TestInputFormat.java | 71 ++++
.../apache/hudi/common/bloom/TestBloomFilter.java | 18 +-
.../table/view/TestRocksDbBasedFileSystemView.java | 59 ++++
.../hudi/metadata/TestHoodieTableMetadataUtil.java | 46 +++
.../org/apache/hudi/HoodieCreateRecordUtils.scala | 6 +-
.../SparkFullBootstrapDataProviderBase.java | 2 +-
.../benchmark/CreateHandleBenchmark.scala | 5 +-
.../sql/hudi/dml/others/TestUpdateTable.scala | 48 +++
.../utilities/streamer/HoodieStreamerUtils.java | 7 +-
pom.xml | 6 +-
release/release_guide.md | 7 +-
rfc/README.md | 3 +-
24 files changed, 790 insertions(+), 638 deletions(-)
copy
hudi-common/src/main/java/org/apache/hudi/common/engine/{HoodieLocalEngineContext.java
=> BaseLocalEngineContext.java} (91%)