[ https://issues.apache.org/jira/browse/ARROW-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rok Mihevc updated ARROW-372: ----------------------------- External issue URL: https://github.com/apache/arrow/issues/15938 > Create JSON arrow file format for integration tests > --------------------------------------------------- > > Key: ARROW-372 > URL: https://issues.apache.org/jira/browse/ARROW-372 > Project: Apache Arrow > Issue Type: Task > Components: Java > Reporter: Julien Le Dem > Assignee: Julien Le Dem > Priority: Major > Fix For: 0.2.0 > > > {noformat} > { > "schema" : ..., > "batches" : [{ > "count" : 10, > "columns" : [ > { > "name": "{col_name_int}", > "count" : 10, > "VALIDITY" : [1,1,1,1,1,1,1,1,1,1], > "DATA" : [0,1,2,3,4,5,6,7,8,9] > }, > { > "name": "{col_name_list}", > "count" : 10, > "VALIDITY" : [1,1,1,1,1,1,1,1,1,1], > "OFFSET" : [0,0,1,3,3,4,6,6,7,9], > "children" : { > { > "name": "child_name", > "count" : 9, > "VALIDITY" : [1,1,1,1,1,1,1,1,1,1], > "OFFSET" : [0,3,6,9,12,15,18,21,24], > "DATA" : ["abc","abc","abc","abc","abc","abc","abc","abc","abc"] > } > } > }, > { > "name": "{col_name_map}", > "count" : 10, > "VALIDITY" : [1,1,1,1,1,1,1,1,1,1], > "children" : { > { > "name": "{col_name_timestamp}", > "count" : 10, > "VALIDITY" : [1,1,1,1,1,1,1,1,1,1], > "DATA" : [0,1,2,3,4,5,6,7,8,9] > } > } > } > }, ... ] > } > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)