HyukjinKwon commented on a change in pull request #25914:
[SPARK-29227][SS]Track rule info in optimization phase
URL: https://github.com/apache/spark/pull/25914#discussion_r327597598
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsDelete.java
##########
@@ -29,7 +29,7 @@
/**
* Delete data from a data source table that matches filter expressions.
* <p>
- * Rows are deleted from the data source iff all of the filter expressions
match. That is, the
+ * Rows are deleted from the data source if all of the filter expressions
match. That is, the
Review comment:
iff isn't a typo. it's "if and only if"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]