[
https://issues.apache.org/jira/browse/ARROW-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16951651#comment-16951651
]
Neville Dipale commented on ARROW-6650:
---------------------------------------
I initially tried to create a `to_json()` function from RecordBatch, but I
realised yesterday that it might not be the right approach. I'm instead reading
in an integration JSON file into a struct, and then comparing that against a
schema and record batches.
I've made good progress already, but I'll need to rework the json logic in
`datatypes.rs`. Completing this PR paves the way for me to use the integration
datasets for testing against the reader, and then we can merge the arrow reader
in.
> [Rust] [Integration] Create methods to test Arrow files against Integration
> JSON
> --------------------------------------------------------------------------------
>
> Key: ARROW-6650
> URL: https://issues.apache.org/jira/browse/ARROW-6650
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: Integration, Rust
> Affects Versions: 0.14.1
> Reporter: Neville Dipale
> Assignee: Neville Dipale
> Priority: Major
>
> [[email protected]] recommended that we use the integration IPC files.
> To be able to compare against the JSON files that are used, we need to be
> able to generate a JSON represention of Arrow data in Rust.
> We can already do this for schemas, and this ticket is for supporting
> converting RecordBatch to JSON.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)