diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83576ec5de..305904872c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: CI on: + merge_group: workflow_dispatch: push: branches: diff --git a/Cargo.lock b/Cargo.lock index 734dc88e51..2ea7665272 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2897,7 +2897,7 @@ dependencies = [ [[package]] name = "influxql-logical-planner" version = "0.1.0" -source = "git+https://github.com/Rachelint/influxql-logical-planner.git?rev=83d8854004e569b32ddbc66a31f74ea5dee99c7b#83d8854004e569b32ddbc66a31f74ea5dee99c7b" +source = "git+https://github.com/Rachelint/influxql-logical-planner.git?rev=6057f72cd07336b9d641fcfcb98fb69b60fec1eb#6057f72cd07336b9d641fcfcb98fb69b60fec1eb" dependencies = [ "arrow 32.0.0", "chrono", diff --git a/sql/Cargo.toml b/sql/Cargo.toml index 16605b1063..8023be5ad0 100644 --- a/sql/Cargo.toml +++ b/sql/Cargo.toml @@ -27,7 +27,7 @@ datafusion-expr = { workspace = true } datafusion-proto = { workspace = true } df_operator = { workspace = true } hashbrown = { version = "0.12", features = ["raw"] } -influxql-logical-planner = { git = "https://github.com/Rachelint/influxql-logical-planner.git", rev = "83d8854004e569b32ddbc66a31f74ea5dee99c7b" } +influxql-logical-planner = { git = "https://github.com/Rachelint/influxql-logical-planner.git", rev = "6057f72cd07336b9d641fcfcb98fb69b60fec1eb" } influxql-parser = { git = "https://github.com/Rachelint/influxql-parser.git", rev = "6fd5d946843682c3559e1c172cf23a14d61495b9" } itertools = { workspace = true } lazy_static = { workspace = true }