noahfrn opened a new issue, #227: URL: https://github.com/apache/arrow-java/issues/227
### Push-down filtering (Java) questions Hey all, I'm exploring adding push-down filtering to the Java Datasets API, as it currently only supports push-down projection. Just had a couple of questions before I start this work: - Is this planned on any current roadmap? I'd like to avoid duplicating work that's already begun - Does anyone have any smart ideas as to how to pass the filter predicate into ScanOptions? As far as I can tell, the only complication to make this happen would be figuring out some way to call into the Expression object from Java without creating future maintenance effort. Thanks! ### Component(s) C++, Java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org