Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Some data are placed with a compression, e.g., GZip, BZip2. In order to read them with DataFusion, we need to decompress them first.
Describe the solution you'd like
Make DataFusion possible to read the compressed CSV/JSON.
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Some data are placed with a compression, e.g., GZip, BZip2. In order to read them with DataFusion, we need to decompress them first.
Describe the solution you'd like
Make DataFusion possible to read the compressed CSV/JSON.
Describe alternatives you've considered
N/A
Additional context
N/A