metesynnada commented on code in PR #9604:
URL: https://github.com/apache/arrow-datafusion/pull/9604#discussion_r1526156867
##########
datafusion/sql/tests/sql_integration.rs:
##########
@@ -397,7 +397,7 @@ CopyTo: format=csv output_url=output.csv options: ()
#[test]
fn plan_explain_copy_to() {
- let sql = "EXPLAIN COPY test_decimal to 'output.csv'";
+ let sql = "EXPLAIN COPY test_decimal to 'output.csv' STORED AS CSV";
Review Comment:
I agree with this, I can made STORED AS optional.
--
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]