Github user zero323 commented on a diff in the pull request:
https://github.com/apache/spark/pull/17737#discussion_r113339040
--- Diff: python/pyspark/sql/column.py ---
@@ -251,15 +285,16 @@ def __iter__(self):
# string methods
_rlike_doc = """
- Return a Boolean :class:`Column` based on a regex match.
+ SQL RLIKE expression (LIKE with Regex). Returns a boolean
:class:`Column` based on a regex
--- End diff --
Problem is that in Scala or Java users get regular expressions dialect they
expect. In Python they don't.
But fair enough. Let's leave it for another time.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]