Skip to content

Commit 35edc49

Browse files
authored
minor(aqe): backport few datafusion physical rules identified as not idempotent (#1806)
1 parent 3a3ac2b commit 35edc49

6 files changed

Lines changed: 902 additions & 4 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ datafusion-spark = "53"
3838
datafusion-substrait = "53"
3939

4040
insta = "1.47"
41+
itertools = "0.14"
4142
object_store = "0.13"
4243
prost = "0.14"
4344
prost-types = "0.14"

ballista/scheduler/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ futures = { workspace = true }
6060
graphviz-rust = { version = "0.9", optional = true }
6161
http = "1.4"
6262
insta = { workspace = true }
63+
itertools = { workspace = true }
6364
log = { workspace = true }
6465
object_store = { workspace = true }
6566
once_cell = { version = "1.21.4", optional = true }

0 commit comments

Comments
 (0)