cloud-fan commented on a change in pull request #35768:
URL: https://github.com/apache/spark/pull/35768#discussion_r822778712
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/connector/expressions/GeneralScalarExpression.java
##########
@@ -42,6 +42,30 @@
* <li>Since version: 3.3.0</li>
* </ul>
* </li>
+ * <li>Name: <code>StartsWith</code>
Review comment:
Can we move the doc to `Predicate` for these predicate expressions? We
can link to it in this class
```
Please also see @{link Predicate} for the supported predicate expressions.
```
--
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]