Skip to content

[lake/paimon] Bump Paimon version to 1.4.2#3545

Open
sd4324530 wants to merge 1 commit into
apache:mainfrom
sd4324530:paimon-1.4.2
Open

[lake/paimon] Bump Paimon version to 1.4.2#3545
sd4324530 wants to merge 1 commit into
apache:mainfrom
sd4324530:paimon-1.4.2

Conversation

@sd4324530

Copy link
Copy Markdown
Contributor

Purpose

Linked issue: close #3544

Brief change log

  1. pom.xml: Bump paimon.version from 1.3.1 to 1.4.2.

  2. InternalRow / InternalArray: Add getBlob and getVector method implementations to adapt to the BLOB / VECTOR types introduced in Paimon 1.4. (Fluss does not currently support these types, so the methods throw UnsupportedOperationException.)

  3. PaimonLakeCommitter: Change the CommitCallback.call method signature from (baseFiles, deltaFiles, indexFiles, snapshot) to (Context context), and clean up the unused imports accordingly.

  4. Arrow2PaimonVectorConverter: Add visit(BlobType) and visit(VectorType) methods. Currently not supported.

Tests

API and Format

Documentation

@sd4324530 sd4324530 force-pushed the paimon-1.4.2 branch 2 times, most recently from b10ce43 to 95e4ab4 Compare June 29, 2026 17:34
Signed-off-by: Pei Yu <125331682@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[lake/paimon] Bump Paimon version to 1.4.2

1 participant