devinjdangelo commented on code in PR #9041:
URL: https://github.com/apache/arrow-datafusion/pull/9041#discussion_r1471190059


##########
datafusion/sql/src/statement.rs:
##########
@@ -718,19 +718,13 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
 
         let mut statement_options = StatementOptions::new(options);
         let file_format = 
statement_options.try_infer_file_type(&statement.target)?;
-        let single_file_output =
-            statement_options.take_bool_option("single_file_output")?;

Review Comment:
   It may be worth keeping the call to take_bool_option and discarding the 
result. That will allow queries that specify single file output to continue 
working as expected in most cases.
   
   



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