Skip to content

Commit 071802f

Browse files
authored
DataFusion Ray rewrite to connect stages with Arrow Flight Streaming (#60)
1 parent 2783613 commit 071802f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+5486
-5892
lines changed

.cargo/config.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
[target.x86_64-apple-darwin]
2-
rustflags = [
3-
"-C", "link-arg=-undefined",
4-
"-C", "link-arg=dynamic_lookup",
5-
]
2+
rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"]
63

74
[target.aarch64-apple-darwin]
8-
rustflags = [
9-
"-C", "link-arg=-undefined",
10-
"-C", "link-arg=dynamic_lookup",
11-
]
5+
rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"]
126

7+
[build]
8+
rustflags = ["-C", "target-cpu=native"]

0 commit comments

Comments
 (0)