Skip to content

CP-29639: Bump github.com/parquet-go/parquet-go from 0.30.1 to 0.32.0 - #964

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/github.com/parquet-go/parquet-go-0.32.0
Closed

CP-29639: Bump github.com/parquet-go/parquet-go from 0.30.1 to 0.32.0#964
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/github.com/parquet-go/parquet-go-0.32.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/parquet-go/parquet-go from 0.30.1 to 0.32.0.

Release notes

Sourced from github.com/parquet-go/parquet-go's releases.

v0.32.0

Breaking changes

The format package now models thrift unions as sum types (parquet-go/parquet-go#558). If you use the format package directly:

  • format.LogicalType and format.TimeUnit no longer expose one pointer field per union member (e.g. LogicalType.UTF8, TimeUnit.Millis); they now hold a single Value field typed as the format.LogicalTypeValue / format.TimeUnitValue interface.
  • Some optional slice fields (e.g. level histograms in the column and offset indexes) changed from plain slices to thrift.Slice[T], which distinguishes unset from empty.

Code that only uses the top-level parquet package API is unaffected.

What's Changed

Bug fixes

Other changes

New Contributors

Full Changelog: parquet-go/parquet-go@v0.31.0...v0.32.0

v0.31.0

What's Changed

... (truncated)

Commits
  • 925bf65 fix(value): format doubles with 64-bit precision in Value.String() (#583)
  • da3da86 perf(merge): row-range overlap refinement (#574)
  • bd0bd83 perf(format): zero-allocation footer decoding with format.FooterDecoder (#556)
  • e9317ce fix(writer): correctly size bloom filters on row group limit (#578)
  • f28a62b fix(writer): later rowgroups can overwrite earlier page counts (#577)
  • 3e52054 perf(reconstruct): reduce allocations for wide map reconstruction (#581)
  • c215a4a perf(bounds): add AVX-512VL INT64 kernel for default-page window (#579)
  • ef5d53a Fix index out of range panic in multiColumnChunk.OffsetIndex on merged row gr...
  • fc63132 feat(variant): streaming columnar writer for variant columns (#553)
  • 988b7b9 perf(merge): bulk run emission with galloping and growable read buffers (#573)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/parquet-go/parquet-go](https://github.com/parquet-go/parquet-go) from 0.30.1 to 0.32.0.
- [Release notes](https://github.com/parquet-go/parquet-go/releases)
- [Changelog](https://github.com/parquet-go/parquet-go/blob/main/CHANGELOG.md)
- [Commits](parquet-go/parquet-go@v0.30.1...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/parquet-go/parquet-go
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 19, 2026 16:03
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 19, 2026
@greptile-apps

greptile-apps Bot commented Aug 19, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot @github

dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

Looks like github.com/parquet-go/parquet-go is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 27, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/parquet-go/parquet-go-0.32.0 branch August 27, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants