We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Pre-req: Arrow 17 (#929)
pyarrow.dataset.Scanner.from_fragment's filter parameter now takes an Expression type in Arrow 17. https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Scanner.html#pyarrow.dataset.Scanner.from_fragment
pyarrow.dataset.Scanner.from_fragment
filter
Expression
We can try to push down both the user specified filters and the positional deletes.
iceberg-python/pyiceberg/io/pyarrow.py
Lines 1232 to 1234 in f05b1ae
Lines 1243 to 1253 in f05b1ae
Requires Arrow 17
RecordBatch.filter
Array
The text was updated successfully, but these errors were encountered:
6d1c30c
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Feature Request / Improvement
Pre-req: Arrow 17 (#929)
Details
pyarrow.dataset.Scanner.from_fragment
'sfilter
parameter now takes anExpression
type in Arrow 17.https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Scanner.html#pyarrow.dataset.Scanner.from_fragment
We can try to push down both the user specified filters and the positional deletes.
iceberg-python/pyiceberg/io/pyarrow.py
Lines 1232 to 1234 in f05b1ae
and
iceberg-python/pyiceberg/io/pyarrow.py
Lines 1243 to 1253 in f05b1ae
Requires Arrow 17
RecordBatch.filter
to take anExpression
in addition to a boolean maskArray
arrow#39220The text was updated successfully, but these errors were encountered: