saikrishna1-bidgely commented on code in PR #4908:
URL: https://github.com/apache/arrow-datafusion/pull/4908#discussion_r1073817337
##########
datafusion/core/src/execution/context.rs:
##########
@@ -551,12 +551,14 @@ impl SessionContext {
}
/// Creates a [`DataFrame`] for reading an Avro data source.
- pub async fn read_avro(
+ pub async fn read_avro_with_multi_paths(
Review Comment:
I used `_with_multi_paths` since arrow uses a similar name but `_from_paths`
seems cleaner. I'm fine with either.
--
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]