paleolimbot opened a new issue, #1151: URL: https://github.com/apache/sedona-db/issues/1151
While we support filter pushdown at the logical level via the TableProvider + Expr, some types of filters are pushed down only at the ExecutionPlan level (e.g., during physical optimization or planning, like for joins that can push down information after seeing both sides of the join). Our file formats internally implement this and use it to calculate a SpatialFilter; however, we don't support this in extension execution plans (but should!). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
