Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
From statically-declared data sets, we will, in each programming language:
- Generate in-memory array vectors/arrays from the statically-declared data (e.g. in a CSV or JSON file)
- Write those data structures to Arrow IPC format
- Read the IPC in the other programming language(s), then validate that the understood values match the reference dataset.
Attachments
Issue Links
- incorporates
-
ARROW-367 [java] converter csv/json <=> Arrow file format for Integration tests
- Resolved