chore: update the refs to github
parent
41899203d9
commit
54e9d38589
|
@ -109,7 +109,6 @@ name = "arrow"
|
|||
version = "2.0.0-SNAPSHOT"
|
||||
source = "git+https://github.com/apache/arrow.git?rev=aa6889a74c57d6faea0d27ea8013d9b0c7ef809a#aa6889a74c57d6faea0d27ea8013d9b0c7ef809a"
|
||||
dependencies = [
|
||||
"arrow-flight",
|
||||
"chrono",
|
||||
"csv",
|
||||
"flatbuffers",
|
||||
|
@ -128,7 +127,9 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "arrow"
|
||||
version = "2.0.0-SNAPSHOT"
|
||||
source = "git+https://github.com/apache/arrow.git?rev=aa6889a74c57d6faea0d27ea8013d9b0c7ef809a#aa6889a74c57d6faea0d27ea8013d9b0c7ef809a"
|
||||
dependencies = [
|
||||
"arrow-flight",
|
||||
"chrono",
|
||||
"csv",
|
||||
"flatbuffers",
|
||||
|
|
|
@ -9,12 +9,12 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
delorean_table = { path = "../delorean_table" }
|
||||
#arrow = { git = "https://github.com/apache/arrow.git", rev="aa6889a74c57d6faea0d27ea8013d9b0c7ef809a", version = "2.0.0-SNAPSHOT" }
|
||||
arrow = { path = "/Users/alamb/Software/arrow/rust/arrow" }
|
||||
#parquet = { git = "https://github.com/apache/arrow.git", rev="aa6889a74c57d6faea0d27ea8013d9b0c7ef809a", version = "2.0.0-SNAPSHOT" }
|
||||
parquet = { path = "/Users/alamb/Software/arrow/rust/parquet" }
|
||||
#datafusion = { git = "https://github.com/apache/arrow.git", rev="aa6889a74c57d6faea0d27ea8013d9b0c7ef809a", version = "2.0.0-SNAPSHOT" }
|
||||
datafusion = { path = "/Users/alamb/Software/arrow/rust/datafusion" }
|
||||
arrow = { git = "https://github.com/alamb/arrow.git", rev="46f18c2602072e083809e0846b810e0cc3c59fdd", version = "2.0.0-SNAPSHOT" }
|
||||
parquet = { git = "https://github.com/alamb/arrow.git", rev="46f18c2602072e083809e0846b810e0cc3c59fdd", version = "2.0.0-SNAPSHOT" }
|
||||
datafusion = { git = "https://github.com/alamb/arrow.git", rev="46f18c2602072e083809e0846b810e0cc3c59fdd", version = "2.0.0-SNAPSHOT" }
|
||||
#arrow = { path = "/Users/alamb/Software/arrow/rust/arrow" }
|
||||
#parquet = { path = "/Users/alamb/Software/arrow/rust/parquet" }
|
||||
#datafusion = { path = "/Users/alamb/Software/arrow/rust/datafusion" }
|
||||
snafu = "0.6.8"
|
||||
croaring = "0.4.5"
|
||||
crossbeam = "0.7.3"
|
||||
|
|
Loading…
Reference in New Issue