aokolnychyi commented on PR #32921:
URL: https://github.com/apache/spark/pull/32921#issuecomment-1397703601

   Hi, @LorenzoMartini! I am not sure how much `SupportsRuntimeFiltering` API 
will be helpful for built-in sources because Spark treats them in a special 
way. For instance, `PushDownUtils$pushFilters` has a special branch that pushes 
Catalyst expressions directly instead of going via the public filter API. Based 
on that, I'd image having a special behavior for built-in scans. APIs added in 
this PR are supposed to work for external connectors that always rely on the 
public connector API.


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to