Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-11483: [C++] Write integration JSON files compatible with the Java reader #9405

Closed

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Feb 3, 2021

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.

…ava reader

The Java reader for 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.
@github-actions
Copy link

github-actions bot commented Feb 3, 2021

@emkornfield
Copy link
Contributor

+1 thanks.

1 similar comment
@emkornfield
Copy link
Contributor

+1 thanks.

@pitrou pitrou deleted the ARROW-11483-write-java-compatible-json branch February 8, 2021 08:58
nevi-me pushed a commit to nevi-me/arrow that referenced this pull request Feb 13, 2021
…ava reader

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.

Closes apache#9405 from pitrou/ARROW-11483-write-java-compatible-json

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
…ava reader

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.

Closes apache#9405 from pitrou/ARROW-11483-write-java-compatible-json

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 13, 2021
…ava reader

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.

Closes apache#9405 from pitrou/ARROW-11483-write-java-compatible-json

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants