chenghuichen opened a new pull request, #7635: URL: https://github.com/apache/paimon/pull/7635
### Purpose Paimon Java already supports the `VARIANT` type, but pypaimon has no equivalent implementation. This PR adds VARIANT read/write support to pypaimon, enabling compute engines to integrate it. For example, [Daft is planning native VARIANT support](https://docs.daft.ai/en/stable/roadmap/#future-work) at the engine level. ### Tests - **Unit tests** - `pypaimon/tests/variant_test.py` - **E2E tests** - `run_java_variant_write_py_read_test` - `run_py_variant_write_java_read_test` -- 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]
