Skip to content

Commit

Permalink
Merge branch 'main' into feature_cluster_table
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass authored Jan 2, 2025
2 parents ac59dfe + c1e295f commit b336e03
Show file tree
Hide file tree
Showing 6 changed files with 587 additions and 5 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/tests/sqlsmith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ databend-common-formats = { workspace = true }
databend-common-functions = { workspace = true }
databend-common-io = { workspace = true }
databend-common-sql = { workspace = true }
derive-visitor = { workspace = true }
ethnum = { workspace = true }
itertools = { workspace = true }
jiff = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions src/tests/sqlsmith/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#![feature(box_patterns)]

mod http_client;
mod query_fuzzer;
mod reducer;
mod runner;
mod sql_gen;
Expand Down
Loading

0 comments on commit b336e03

Please sign in to comment.