berkaysynnada commented on code in PR #10404: URL: https://github.com/apache/datafusion/pull/10404#discussion_r1595583918
########## datafusion/sql/src/parser.rs: ########## @@ -1048,66 +959,41 @@ mod tests { name: "t".into(), columns: vec![make_column_def("c1", DataType::Int(display))], file_type: "CSV".to_string(), - has_header: false, - delimiter: ',', location: "foo.csv".into(), table_partition_cols: vec!["p1".to_string(), "p2".to_string()], order_exprs: vec![], if_not_exists: false, - file_compression_type: UNCOMPRESSED, unbounded: false, - options: HashMap::new(), + options: vec![], constraints: vec![], }); expect_parse_ok(sql, expected)?; - // positive case: it is ok for case insensitive sql stmt with `WITH HEADER ROW` tokens Review Comment: Not applicable -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org