Skip to content

Commit 0114d75

Browse files
committed
fix
1 parent 2f5f350 commit 0114d75

File tree

1 file changed

+3
-0
lines changed
  • rust/cubestore/cubestore-sql-tests/src

1 file changed

+3
-0
lines changed

rust/cubestore/cubestore-sql-tests/src/tests.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,9 @@ lazy_static::lazy_static! {
357357
"decimal_math",
358358
"planning_filter_multiple_in_for_decimal",
359359
"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",
360363
].into_iter().map(ToOwned::to_owned).collect();
361364
}
362365

0 commit comments

Comments
 (0)