Skip to content

Commit c1e295f

Browse files
authored
feat(sqlsmith): Support generate fuzz query sql (#17153)
1 parent 29fcd98 commit c1e295f

File tree

6 files changed

+587
-5
lines changed

6 files changed

+587
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tests/sqlsmith/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ databend-common-formats = { workspace = true }
1717
databend-common-functions = { workspace = true }
1818
databend-common-io = { workspace = true }
1919
databend-common-sql = { workspace = true }
20+
derive-visitor = { workspace = true }
2021
ethnum = { workspace = true }
2122
itertools = { workspace = true }
2223
jiff = { workspace = true }

src/tests/sqlsmith/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#![feature(box_patterns)]
1616

1717
mod http_client;
18+
mod query_fuzzer;
1819
mod reducer;
1920
mod runner;
2021
mod sql_gen;

0 commit comments

Comments
 (0)