ArnavBalyan opened a new pull request, #9178:
URL: https://github.com/apache/paimon/pull/9178
### Purpose
- CSV format tables ignore the `seq` and `delimiter` fallback options in
Flink.
- This is because `FormatCatalogTable` only propagates CSV prefixed options
and explicitly maps `field-delimiter`.
- Fix this by resolving `CsvOptions.FIELD_DELIMITER` and forwarding the
canonical option so all fallback keys are supported.
### Tests
- UT
--
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]