Skip to content

Commit a5cd313

Browse files
authored
chore: upgrade influxql-logical-planner version and modify CI setting (#753)
1 parent 99f2cf4 commit a5cd313

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: CI
44

55
on:
6+
merge_group:
67
workflow_dispatch:
78
push:
89
branches:

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sql/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ datafusion-expr = { workspace = true }
2727
datafusion-proto = { workspace = true }
2828
df_operator = { workspace = true }
2929
hashbrown = { version = "0.12", features = ["raw"] }
30-
influxql-logical-planner = { git = "https://github.com/Rachelint/influxql-logical-planner.git", rev = "83d8854004e569b32ddbc66a31f74ea5dee99c7b" }
30+
influxql-logical-planner = { git = "https://github.com/Rachelint/influxql-logical-planner.git", rev = "6057f72cd07336b9d641fcfcb98fb69b60fec1eb" }
3131
influxql-parser = { git = "https://github.com/Rachelint/influxql-parser.git", rev = "6fd5d946843682c3559e1c172cf23a14d61495b9" }
3232
itertools = { workspace = true }
3333
lazy_static = { workspace = true }

0 commit comments

Comments
 (0)