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
XarrayPushdownDataset.filter() currently raises NotImplementedError, redirecting to scanner(filter=...). The pyarrow contract expects filter(expr) to return a dataset view whose later scans apply the expression automatically.
XarrayPushdownDataset.filter()currently raisesNotImplementedError, redirecting toscanner(filter=...). The pyarrow contract expectsfilter(expr)to return a dataset view whose later scans apply the expression automatically.