Skip to content

Commit

Permalink
chore(query): add bump ast 0.1.2 (#550)
Browse files Browse the repository at this point in the history
* chore(query): add bump ast 0.1.2

* chore(query): fix tests
  • Loading branch information
sundy-li authored Dec 31, 2024
1 parent ff9563a commit 326578c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async-trait = "0.1"
clap = { version = "4.4", features = ["derive", "env"] }
comfy-table = "7.1"
csv = "1.3"
databend-common-ast = "0.0.3"
databend-common-ast = "0.1.2"
fern = { version = "0.6", features = ["colored"] }
indicatif = "0.17"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion driver/tests/driver/select_simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ async fn select_decimal() {
Value::Number(NumberValue::Decimal128(
100i128,
DecimalSize {
precision: 3,
precision: 15,
scale: 2
},
)),
Expand Down

0 comments on commit 326578c

Please sign in to comment.