alamb commented on code in PR #10079:
URL:
https://github.com/apache/arrow-datafusion/pull/10079#discussion_r1564648648
##########
datafusion-cli/src/exec.rs:
##########
@@ -221,37 +222,73 @@ async fn exec_and_print(
let statements = DFParser::parse_sql_with_dialect(&sql, dialect.as_ref())?;
for statement in statements {
+ let adjusted =
Review Comment:
I extracted the existing code to update the print options based on statement
into its own structure which I think makes it clearer what is going on here
--
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]