Ted-Jiang commented on code in PR #7570:
URL: https://github.com/apache/arrow-datafusion/pull/7570#discussion_r1327887073


##########
datafusion/core/src/datasource/listing_table_factory.rs:
##########
@@ -229,8 +229,14 @@ impl TableProviderFactory for ListingTableFactory {
         let config = ListingTableConfig::new(table_path)
             .with_listing_options(options)
             .with_schema(resolved_schema);
-        let table =
-            
ListingTable::try_new(config)?.with_definition(cmd.definition.clone());
+        let provider;

Review Comment:
   Move clear way ! 👍 



##########
datafusion/core/src/datasource/listing_table_factory.rs:
##########
@@ -229,8 +229,14 @@ impl TableProviderFactory for ListingTableFactory {
         let config = ListingTableConfig::new(table_path)
             .with_listing_options(options)
             .with_schema(resolved_schema);
-        let table =
-            
ListingTable::try_new(config)?.with_definition(cmd.definition.clone());
+        let provider;

Review Comment:
   Move clear way ! 👍 



-- 
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]

Reply via email to