Skip to content

Commit

Permalink
test: Dedupe test cases for case insensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon committed Jan 7, 2025
1 parent 182d44c commit 062c2b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/sqlparser_clickhouse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,6 @@ fn test_insert_query_with_format_clause() {
r#"INSERT INTO tbl FORMAT JSONEachRow {"id": 1, "value": "foo"}, {"id": 2, "value": "bar"}"#,
r#"INSERT INTO tbl FORMAT JSONEachRow ["first", "second", "third"]"#,
r#"INSERT INTO tbl FORMAT JSONEachRow [{"first": 1}]"#,
r#"INSERT INTO tbl FORMAT jsoneachrow {"id": 1}"#,
r#"INSERT INTO tbl (foo) FORMAT JSONAsObject {"foo": {"bar": {"x": "y"}, "baz": 1}}"#,
r#"INSERT INTO tbl (foo, bar) FORMAT JSON {"foo": 1, "bar": 2}"#,
r#"INSERT INTO tbl FORMAT CSV col1, col2, col3"#,
Expand Down

0 comments on commit 062c2b4

Please sign in to comment.