pitrou opened a new pull request #9405: URL: https://github.com/apache/arrow/pull/9405
The Java reader for JSON integration files uses an inflexible parsing technique where an empty "children" member in record batches is forbidden. It's probably easier to make the C++ side produce compatible files, rather than fix the Java parser to be more tolerant. Also, fix an issue where data values of null entries in numeric arrays were quoted. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
