timvw / qv

Quickly view your data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compressed json

janrito opened this issue · comments

looks like datafusion just shipped the ability to read compressed data – such as gziped json
apache/datafusion#3642 (review)

It would be awesome to have some test which verifies that this works

I tried it today, but I'm not sure how to tell qv that it should use json as the file type.

qv "s3://path/to/bucket/*.json.gz"
Error: Internal("Unable to infer file type from suffix gz")