Skip to content

Commit 011faa1

Browse files
committed
Test with DD efficient-merge-empty-batch branch
1 parent a540693 commit 011faa1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ timely_bytes = { git = "https://github.com/MaterializeInc/timely-dataflow.git" }
127127
timely_communication = { git = "https://github.com/MaterializeInc/timely-dataflow.git" }
128128
timely_container = { git = "https://github.com/MaterializeInc/timely-dataflow.git" }
129129
timely_logging = { git = "https://github.com/MaterializeInc/timely-dataflow.git" }
130-
differential-dataflow = { git = "https://github.com/MaterializeInc/differential-dataflow.git" }
131-
dogsdogsdogs = { git = "https://github.com/MaterializeInc/differential-dataflow.git" }
130+
differential-dataflow = { git = "https://github.com/teskje/differential-dataflow.git", branch = "efficient-merge-empty-batch" }
131+
dogsdogsdogs = { git = "https://github.com/teskje/differential-dataflow.git", branch = "efficient-merge-empty-batch" }
132132

133133
# Waiting on https://github.com/sfackler/rust-postgres/pull/752.
134134
postgres = { git = "https://github.com/MaterializeInc/rust-postgres" }
@@ -178,3 +178,6 @@ mysql_async = { git = "https://github.com/MaterializeInc/mysql_async.git" }
178178
[patch."https://github.com/frankmcsherry/columnation"]
179179
# Projects that do not reliably release to crates.io.
180180
columnation = { git = "https://github.com/MaterializeInc/columnation.git" }
181+
182+
[patch."https://github.com/TimelyDataflow/timely-dataflow"]
183+
timely = { git = "https://github.com/MaterializeInc/timely-dataflow.git" }

0 commit comments

Comments
 (0)