ntjohnson1 commented on code in PR #1684:
URL:
https://github.com/apache/datafusion-python/pull/1684#discussion_r3797845849
##########
python/datafusion/functions/__init__.py:
##########
@@ -1761,6 +1761,11 @@ def regexp_like(
Tests a string using a regular expression returning true if at least one
match,
false otherwise.
+ Args:
+ string: Data to test against the regular expression.
+ regex: Regular expression to search for.
+ flags: Optional regular expression flags to control regex behavior.
Review Comment:
```suggestion
flags: Flags to control regex behavior.
```
NIT: Optional is implied by the = None
--
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]