XiaoHongbo-Hope opened a new pull request, #6746: URL: https://github.com/apache/paimon/pull/6746
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose Introduce lance file format support to pypaimon <!-- What is the purpose of the change --> ### Tests `rest_catalog_ray_lance_sample.py` demonstrating REST catalog + Ray Data + Lance format `RESTTableReadWriteTest.test*lance*` `AoReaderTest.test*lance*` `PkReaderTest.test*lance*` <!-- List UT and IT cases to verify this change --> ### API and Format support lance file format in pypaimon file store table <!-- Does this change affect API or storage format --> ### Documentation - Add Lance format usage examples in `fileformat.md` ### Other fixes - **Manifest merge**: Fix incomplete `FileEntry.Identifier` in manifest merge causing incorrect ADD/DELETE matching - **REST catalog**: Add `_merge_token_with_catalog_options` to merge DLF OSS endpoint with token-derived OSS config, following java - **KeyValueDataWriter**:fix _VALUE_KIND storage type from INT32 to INT8 (TINYINT) - **Timestamp serialization**: Fix timestamp serialization to match Java's timezone-free behavior -- 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]
