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
When reading a delta table from package from exemple with (load_cdf), then read_all(), the whole data is read.
It could be interesting to only select some specifics columns, to benefit from pushdown filters (and so i/o). Thus the PyArrow table generated is limited to some fields.
Description
Use Case
When reading a delta table from package from exemple with (
load_cdf
), thenread_all()
, the whole data is read.It could be interesting to only select some specifics columns, to benefit from pushdown filters (and so i/o). Thus the PyArrow table generated is limited to some fields.
It seems it could be done by the passing arguments (pyarrow.ipc.IpcReadOptions) to RecordBatchFileReader
Related Issue(s)
The text was updated successfully, but these errors were encountered: