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

Derive PartialEq and Eq for parquet::arrow::ProjectionMask #6329

Closed
thinkharderdev opened this issue Aug 29, 2024 · 1 comment · Fixed by #6330
Closed

Derive PartialEq and Eq for parquet::arrow::ProjectionMask #6329

thinkharderdev opened this issue Aug 29, 2024 · 1 comment · Fixed by #6330
Labels
enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate

Comments

@thinkharderdev
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Working on some optimizations in how we apply row filters and it would make things easier if we could directly compare the ProjectionMask for ArrowPredicates as way of easily checking whether they use the same columns.

Describe the solution you'd like

Derive the traits

Describe alternatives you've considered

Not do anyting

Additional context

@thinkharderdev thinkharderdev added the enhancement Any new improvement worthy of a entry in the changelog label Aug 29, 2024
@alamb alamb added the parquet Changes to the parquet crate label Aug 31, 2024
@alamb
Copy link
Contributor

alamb commented Aug 31, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants