saikrishna1-bidgely opened a new issue, #584: URL: https://github.com/apache/arrow-ballista/issues/584
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I want to read json files from ballista. I can see `read_csv`, `read_avro` and `read_parquet` but not `read_json`. It looks like the method is avilable in datafusion: [Location](https://github.com/apache/arrow-datafusion/blob/24023b5de7cc6c1223ce508d8686d70a8cc8110d/datafusion/core/src/execution/context.rs#L587). Please add this method to ballista. **Describe the solution you'd like** Ability to read the json files from ballista using a method similar to `read_csv`. **Describe alternatives you've considered** **Additional context** I want to read a path from S3 which has json files. -- 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: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org