Skip to content

Commit

Permalink
DataFusion Ray rewrite to connect stages with Arrow Flight Streaming (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
robtandy authored Feb 13, 2025
1 parent 2783613 commit 071802f
Show file tree
Hide file tree
Showing 72 changed files with 5,486 additions and 5,892 deletions.
12 changes: 4 additions & 8 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"]

[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"]

[build]
rustflags = ["-C", "target-cpu=native"]
Loading

0 comments on commit 071802f

Please sign in to comment.