The examples did a conversion that threw me off, - https://github.com/datafusion-contrib/bdt#convert-parquet-to-newline-delimited-json `json` is the wrong extension, even if some parsers seem to work fine. https://jsonlines.org/ explicitly mentions that `.jsonl` would be preferred.
The examples did a conversion that threw me off,
jsonis the wrong extension, even if some parsers seem to work fine.https://jsonlines.org/ explicitly mentions that
.jsonlwould be preferred.