nssalian opened a new pull request, #118:
URL: https://github.com/apache/parquet-testing/pull/118
Adds two fixtures for the JSON and BSON logical types along with the README
update.
- data/json.parquet (4 rows): {"a":1}, {"a":1,"b":null}, [1,null,3], and a
NULL row.
- data/bson.parquet (3 rows): BSON {"a":1}, {"a":1,"b":null}, and a NULL
row.
- data/README.md has a "JSON and BSON logical types"
Both are a single optional BYTE_ARRAY column and were generated by
parquet-mr 1.18.0-SNAPSHOT
Verified readable by both parquet-java's reader and pyarrow, and the BSON
payloads decode with a BSON library. data/README.md has a "JSON and BSON
logical types" section with the generator programs and the read-back.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]