alamb commented on code in PR #5025:
URL: https://github.com/apache/arrow-datafusion/pull/5025#discussion_r1087878438
##########
datafusion/core/src/execution/context.rs:
##########
@@ -550,42 +550,44 @@ impl SessionContext {
.insert(f.name.clone(), Arc::new(f));
}
- /// Creates a [`DataFrame`] for reading an Avro data source.
+ /// Creates a [`DataFrame`] for reading a CSV data source.
Review Comment:
```suggestion
/// Creates a [`DataFrame`] for reading a data source.
```
--
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]