ClickHouse/dbms/tests/queries/0_stateless/00715_json_each_row_input_nested.reference
Veloman Yunkan 446df4342e Testing of JSONEachRow input of Nested data
The new test demonstrates current handling of flat JSON data corresponding
to nested columns.
2018-09-14 09:12:56 +00:00

6 lines
120 B
Plaintext

1 ok ['abc','def'] [1,23]
0 [] []
0 [] [45,67,8]
1 ok ['dog','cat','pig'] [3,3,3]
1 ok ['zero','negative one'] [0,-1]