Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Parquet installs v0.3.2 #179

Closed
ForceBru opened this issue Mar 23, 2024 · 3 comments
Closed

add Parquet installs v0.3.2 #179

ForceBru opened this issue Mar 23, 2024 · 3 comments

Comments

@ForceBru
Copy link

(@v1.10) pkg> add Parquet
   Resolving package versions...
   Installed Snappy ───────── v0.3.0
   Installed MemPool ──────── v0.2.0
   Installed Thrift ───────── v0.6.2
   Installed Parquet ──────── v0.3.2
   Installed BinaryProvider ─ v0.5.10
   Installed ProtoBuf ─────── v0.8.0
    Updating `~/.julia/environments/v1.10/Project.toml`
⌃ [626c502c] + Parquet v0.3.2
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.10
⌅ [f9f48841] + MemPool v0.2.0
⌃ [626c502c] + Parquet v0.3.2
⌅ [3349acd9] + ProtoBuf v0.8.0
⌅ [59d4ed8c] + Snappy v0.3.0
⌅ [8d9c9c80] + Thrift v0.6.2
        Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m`
    Building Snappy → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/25620a91907972a05863941d6028791c2613888e/build.log`
    Building Thrift → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/c3dd01c6067985a77fef761839203838ac12825b/build.log`
Precompiling project...
  6 dependencies successfully precompiled in 22 seconds. 283 already precompiled.

(@v1.10) pkg> 

This installs a version from 2020. At the same time, Pkg knows that a newer version exists and Parquet.jl "may be upgradable", but it doesn't automatically upgrade.

I then have to manually run up in the Pkg REPL to update to v0.8.4.

@cpfiffer
Copy link

Replicated -- I've had this issue as well. My status after adding Parquet:

(analysis) pkg> st
Status `~/bang/analysis/Project.toml`
  [6e4b80f9] BenchmarkTools v1.5.0
  [336ed68f] CSV v0.10.13
  [a93c6f00] DataFrames v1.6.1
⌃ [626c502c] Parquet v0.3.2
  [c3e4b0f8] Pluto v0.19.40
  [df47a6cb] RData v1.0.0
  [2913bbd2] StatsBase v0.34.2
  [ac1d9e8a] ThreadsX v0.1.12
Info Packages marked with ⌃ have new versions available and may be upgradable.

@ForceBru
Copy link
Author

@cpfiffer, FWIW, Parquet2.jl has been working fine for me. Parquet.jl straight up can't open any files written by Polars, for example, but Parquet2.jl didn't have any issues with this. Seems like Parquet.jl is basically abandoned at this point...

@asinghvi17
Copy link
Member

This particular issue was caused by old compat bounds - fixed by #183

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants