zhoulii opened a new issue, #6818: URL: https://github.com/apache/paimon/issues/6818
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation The PyPaimon currently does not support reading metadata fields when row-tracking is enabled. The lack of this support causes: 1. Feature inconsistency between Python and Java implementations. 2. Limited ability for Python users to leverage the row-tracking feature in their data processing pipelines,such as inability to implement _row_id based ordering or shuffing in distributed scene. ### Solution support reading meta field when row-tracking is enabled in pypaimon. ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
