featzhang commented on PR #28140:
URL: https://github.com/apache/flink/pull/28140#issuecomment-4426218953
Sorry for the verbose comment above. TL;DR:
The Python test at `pyflink/table/tests/test_expression.py:198` needs
updating:
```python
- self.assertEqual('regexpExtract(a, b)', str(expr1.regexp_extract(expr2)))
+ self.assertEqual('REGEXP_EXTRACT(a, b)', str(expr1.regexp_extract(expr2)))
```
The function name changed from camelCase to uppercase to match other regex
functions.
--
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]