-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Rust
-
Labels:
I believe that there is a typo in rust/parquet/Cargo.toml:
it reads {{arrow =
{ path = "../arrow", version = "1.0.0-SNAPSHOT", optional = true }}}, but it should read {{arrow =
{ path = "../arrow", version = "1.1.0-SNAPSHOT", optional = true }}}, or the project does not compile.
- links to