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
[Dev] Move PyArrow filter pushdown to separate file (duckdb#51)
This has annoyed me for some time, needing to remember the filter
pushdown logic is defined in `arrow_array_stream.cpp` which is
completely illogical
Cleaned it up, added a Makefile for `make format-main`, and extended the
import cache to get rid of some raw `py::_module::import` calls
0 commit comments