Skip to content

Commit be1228c

Browse files
committed
remove test
1 parent ad4dba3 commit be1228c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,14 @@ debug = true
273273
strip = false
274274

275275
# [patch.crates-io]
276-
# parquet = { path = "../arrow-rs/parquet" }
277-
# arrow = { path = "../arrow-rs/arrow" }
278-
# arrow-array = { path = "../arrow-rs/arrow-array" }
279-
# arrow-buffer = { path = "../arrow-rs/arrow-buffer" }
280-
# arrow-cast = { path = "../arrow-rs/arrow-cast" }
281-
# arrow-data = { path = "../arrow-rs/arrow-data" }
282-
# arrow-ipc = { path = "../arrow-rs/arrow-ipc" }
283-
# arrow-ord = { path = "../arrow-rs/arrow-ord" }
284-
# arrow-schema = { path = "../arrow-rs/arrow-schema" }
285-
# arrow-select = { path = "../arrow-rs/arrow-select" }
286-
# arrow-string = { path = "../arrow-rs/arrow-string" }
276+
# parquet = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }
277+
# arrow = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }
278+
# arrow-array = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }
279+
# arrow-buffer = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }
280+
# arrow-cast = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }
281+
# arrow-data = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }
282+
# arrow-ipc = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }
283+
# arrow-ord = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }
284+
# arrow-schema = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }
285+
# arrow-select = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }
286+
# arrow-string = { git = "https://github.com/pydantic/arrow-rs.git", branch = "fix-cache-nested" }

0 commit comments

Comments
 (0)