sd4324530 opened a new pull request, #3545: URL: https://github.com/apache/fluss/pull/3545
### 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
