metesynnada commented on code in PR #9382:
URL: https://github.com/apache/arrow-datafusion/pull/9382#discussion_r1507218961
##########
datafusion/core/src/datasource/listing_table_factory.rs:
##########
@@ -59,33 +57,22 @@ impl TableProviderFactory for ListingTableFactory {
state: &SessionState,
cmd: &CreateExternalTable,
) -> datafusion_common::Result<Arc<dyn TableProvider>> {
- let file_compression_type =
FileCompressionType::from(cmd.file_compression_type);
+ let table_config =
create_table_options_from_cmd(state.config_options(), &cmd)?;
Review Comment:
We created the table config here, now formats can use this to fetch their
options.
--
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]