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
@@ -225,10 +212,6 @@ Located in `python/pyarrow/tests/data/orc/`:
225
212
- Corresponding `*.jsn.gz` files with expected values
226
213
- Sourced from Apache ORC examples: https://github.com/apache/orc/tree/main/examples
227
214
228
-
### Python-Level Gaps
229
-
230
-
The new C++ predicate pushdown types (`OrcFileFragment`, `OrcSchemaManifest`, statistics APIs, etc.) have **no Python bindings yet**. The existing Cython files only wrap the original upstream `ORCFileReader`/`ORCFileWriter`. Exposing predicate pushdown to Python would require new declarations in `_orc.pxd` and wrappers in `_dataset_orc.pyx`.
0 commit comments