hyparquet/test/files/struct_strings.json
2024-05-23 02:10:04 -07:00

5 lines
98 B
JSON

[
[{ "f64_field": null, "str_field": "hello" }],
[{ "f64_field": 1.23, "str_field": null }]
]