Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Feb 4, 2025
1 parent 85fbde2 commit c572c40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,13 @@ large_futures = "warn"
[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
unused_qualifications = "deny"

[patch.crates-io]
arrow = { git = "https://github.com/XiangpengHao/arrow-rs.git", branch = "sota" }
arrow-array = { git = "https://github.com/XiangpengHao/arrow-rs.git", branch = "sota" }
arrow-buffer = { git = "https://github.com/XiangpengHao/arrow-rs.git", branch = "sota" }
arrow-flight = { git = "https://github.com/XiangpengHao/arrow-rs.git", branch = "sota" }
arrow-ipc = { git = "https://github.com/XiangpengHao/arrow-rs.git", branch = "sota" }
arrow-ord = { git = "https://github.com/XiangpengHao/arrow-rs.git", branch = "sota" }
arrow-schema = { git = "https://github.com/XiangpengHao/arrow-rs.git", branch = "sota" }
parquet = { git = "https://github.com/XiangpengHao/arrow-rs.git", branch = "sota" }

0 comments on commit c572c40

Please sign in to comment.