wangyum commented on a change in pull request #25924: [SPARK-29237][SQL][DOC]
Avoid usage of function names in expression examples
URL: https://github.com/apache/spark/pull/25924#discussion_r327972513
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala
##########
@@ -1123,7 +1123,7 @@ case class SubstringIndex(strExpr: Expression,
delimExpr: Expression, countExpr:
4
> SELECT _FUNC_('bar', 'foobarbar', 5);
7
- > SELECT POSITION('bar' IN 'foobarbar');
+ > SELECT _FUNC_('bar' IN 'foobarbar');
Review comment:
+1
----------------------------------------------------------------
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]