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-8855: [Rust] [Integration] Complete record_batch_from_json types #7242

Closed
wants to merge 1 commit into from

Conversation

nevi-me
Copy link
Contributor

@nevi-me nevi-me commented May 21, 2020

Adds missing types in record_batch_from_json.
This however excludes list types, we can add them separately.

Adds missing types in `record_batch_from_json`.
This however excludes list types, we can add them separately.
@nevi-me
Copy link
Contributor Author

nevi-me commented May 21, 2020

@andygrove this fixes the JsonError("data type {:?} not supported|) error. I got a new desktop today, and I'm able to run the integration tests on it :)

@github-actions
Copy link

@andygrove andygrove closed this in 4c5dccb May 21, 2020
andygrove pushed a commit that referenced this pull request May 21, 2020
When an `ipc::MessageHeader` == `NONE` we should return 'Ok(None)' instead of an error.

Please merge this after #7242

Closes #7243 from nevi-me/ARROW-8856

Authored-by: Neville Dipale <nevilledips@gmail.com>
Signed-off-by: Andy Grove <andygrove73@gmail.com>
pprudhvi pushed a commit to pprudhvi/arrow that referenced this pull request May 26, 2020
Adds missing types in `record_batch_from_json`.
This however excludes list types, we can add them separately.

Closes apache#7242 from nevi-me/ARROW-8855

Authored-by: Neville Dipale <nevilledips@gmail.com>
Signed-off-by: Andy Grove <andygrove73@gmail.com>
pprudhvi pushed a commit to pprudhvi/arrow that referenced this pull request May 26, 2020
When an `ipc::MessageHeader` == `NONE` we should return 'Ok(None)' instead of an error.

Please merge this after apache#7242

Closes apache#7243 from nevi-me/ARROW-8856

Authored-by: Neville Dipale <nevilledips@gmail.com>
Signed-off-by: Andy Grove <andygrove73@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