Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- links to