You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I believe that we addressed the root issue here by preventing parquet-go from generating files with more row groups than technically supported by the parquet format. That being said, it's possible that we could try to handle this better, either being flexible in accepting files which contain more row groups than the maximum ordinal value, or returning an error instead of panicking.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workingduplicateThis issue or pull request already exists
To reproduce, download the parquet file with the data that causes this and run:
This causes:
The text was updated successfully, but these errors were encountered: