luckylsk34 opened a new pull request, #679:
URL: https://github.com/apache/arrow-ballista/pull/679
# Which issue does this PR close?
Closes #584 #587.
# Rationale for this change
Add the ability to read multiple files using `read_*` methods.
# What changes are included in this PR?
1. Added `read_json` method
2. Modified function signature to take any argument implementing
`DataFilePaths` trait.
# Are there any user-facing changes?
Yes, they will be able to use `read_*` methods as follows:
`read_csv(vec!["", ""])`
--
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]