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

parquet from_thrift_helper incorrectly checks index #6693

Closed
jp0317 opened this issue Nov 6, 2024 · 1 comment · Fixed by #6694
Closed

parquet from_thrift_helper incorrectly checks index #6693

jp0317 opened this issue Nov 6, 2024 · 1 comment · Fixed by #6694
Labels
bug parquet Changes to the parquet crate

Comments

@jp0317
Copy link
Contributor

jp0317 commented Nov 6, 2024

Describe the bug

The index is checked currently as > len(). It should be >= len().

To Reproduce
n/a

Expected behavior
index being validated properly

Additional context
n/a

@jp0317 jp0317 added the bug label Nov 6, 2024
@alamb alamb added the parquet Changes to the parquet crate label Nov 16, 2024
@alamb
Copy link
Contributor

alamb commented Nov 16, 2024

label_issue.py automatically added labels {'parquet'} from #6694

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

Successfully merging a pull request may close this issue.

2 participants