# Parquet2.jl

**URL:** https://discourse.julialang.org/t/parquet2-jl/128639
**Category:** Data
**Tags:** parquet
**Created:** [May 2, 2025, 6:50pm UTC](https://discourse.julialang.org/t/parquet2-jl/128639 "2025-05-02T18:50:50Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Sam\_P](https://avatars.discourse-cdn.com/v4/letter/s/ed8c4c/32.png) [@Sam\_P](https://discourse.julialang.org/u/Sam_P)
#### Post date: [May 2, 2025, 6:50pm UTC](https://discourse.julialang.org/t/parquet2-jl/128639/1 "2025-05-02T18:50:50Z")

</div>

Hi all, just a quick question regarding Parquet2.jl. Love the package and it has been a life-saver more than once. However, when starting a new repo I noticed that it is blocking LazyArrays from updating.

`LazyArrays v1.10.0 (<v2.6.1): Parquet2`

I’ve tried both under Julia v1.10.5 and the latest 1.12-beta2. The Parquet2 version that I’m using is 0.2.29.

Are there some roadblocks as to why it wouldn’t work with the more updated LazyArray version?

Maybe something that @ExpandingMan would be best placed to comment? Thanks!

---

<div class="post-metadata">

### Author: ![sijo](https://avatars.discourse-cdn.com/v4/letter/s/da6949/32.png) [@sijo](https://discourse.julialang.org/u/sijo)
#### Post date: [May 5, 2025, 9:37am UTC](https://discourse.julialang.org/t/parquet2-jl/128639/2 "2025-05-05T09:37:03Z")

</div>

An [issue](https://gitlab.com/ExpandingMan/Parquet2.jl/-/issues/62) has just been filed for Parquet2 to update its dependency to LazyArrays.

---

<div class="post-metadata">

### Author: ![ExpandingMan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/expandingman/32/866_2.png) [@ExpandingMan](https://discourse.julialang.org/u/ExpandingMan)
#### Post date: [May 5, 2025, 4:19pm UTC](https://discourse.julialang.org/t/parquet2-jl/128639/3 "2025-05-05T16:19:39Z")

</div>

Yes, it likely can be updated with little to no work, I will do this when I get a chance. Feel free to ping me on the issue in a couple of days if I disappear (though I’ll probably remember).

---

<div class="post-metadata">

### Author: ![ExpandingMan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/expandingman/32/866_2.png) [@ExpandingMan](https://discourse.julialang.org/u/ExpandingMan)
#### Post date: [May 6, 2025, 10:00pm UTC](https://discourse.julialang.org/t/parquet2-jl/128639/4 "2025-05-06T22:00:34Z")

</div>

Bumped both LazyArrays and LightBSON to latest. I don’t have a system for flagging needed updates, so please let me know if there are any more.
