aokolnychyi commented on a change in pull request #32921:
URL: https://github.com/apache/spark/pull/32921#discussion_r659062276
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/connector/read/Scan.java
##########
@@ -65,6 +65,10 @@ default String description() {
* exception, data sources must overwrite this method to provide an
implementation, if the
* {@link Table} that creates this scan returns {@link
TableCapability#BATCH_READ} support in its
* {@link Table#capabilities()}.
+ * <p>
+ * If the scan supports runtime filtering and implements {@link
SupportsRuntimeFiltering},
Review comment:
@holdenk @sunchao @viirya, added this comment to clarify the behavior
change as discussed.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]