metesynnada commented on code in PR #9382:
URL: https://github.com/apache/arrow-datafusion/pull/9382#discussion_r1507223067


##########
datafusion/core/src/execution/context/mod.rs:
##########
@@ -2210,6 +2212,31 @@ impl<'a> TreeNodeVisitor for BadPlanVisitor<'a> {
     }
 }
 
+pub fn create_table_options_from_cmd(

Review Comment:
   This is how we create a table config by combining session options and 
statement options. I believe there is a misusage case I did not fully block, 
which is defining "format.csv.x" and "format.json.y" at the same time. I will 
work on that since the current implementation prevents this type of usage.



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