rdettai commented on a change in pull request #1141:
URL: https://github.com/apache/arrow-datafusion/pull/1141#discussion_r735309514
##########
File path: datafusion/src/datasource/listing/table.rs
##########
@@ -109,7 +108,8 @@ impl ListingOptions {
/// or file system listing capability to get the list of files.
pub struct ListingTable {
object_store: Arc<dyn ObjectStore>,
- path: String,
+ table_path: String,
Review comment:
no need because it is injected with the right object store. URI is
required when it is injected with the registry.
--
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]