yoda-mon commented on a change in pull request #34135:
URL: https://github.com/apache/spark/pull/34135#discussion_r718089187
##########
File path: python/pyspark/sql/column.py
##########
@@ -507,6 +507,24 @@ def __iter__(self):
>>> df.filter(df.name.like('Al%')).collect()
[Row(age=2, name='Alice')]
"""
+ _ilike_doc = """
+ SQL ILIKE expression (case insensitive LIKE). Returns a boolean
:class:`Column`
+ based on a case insensitive match.
+
Review comment:
Thank you, I'm also concerned about the versionadded directive... I will
add it.
--
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]