ArnavBalyan opened a new pull request, #9492:
URL: https://github.com/apache/paimon/pull/9492
### Purpose
- CSV converter matches a null literal into a real null value.
- The writer writes null and non null values identically, so the reader
cannot distinguish them.
- Write matching strings as quoted values and treat only unquoted null
values as null.
### 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]