We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5f350 commit 0114d75Copy full SHA for 0114d75
rust/cubestore/cubestore-sql-tests/src/tests.rs
@@ -357,6 +357,9 @@ lazy_static::lazy_static! {
357
"decimal_math",
358
"planning_filter_multiple_in_for_decimal",
359
"planning_numeric_cast",
360
+ "create_table_with_csv_no_header",
361
+ "create_table_with_csv_no_header_and_delimiter",
362
+ "create_table_with_csv_no_header_and_quotes",
363
].into_iter().map(ToOwned::to_owned).collect();
364
}
365
0 commit comments