hanyuzheng7 commented on code in PR #24365: URL: https://github.com/apache/flink/pull/24365#discussion_r1532815010
########## flink-python/pyflink/table/expression.py: ########## @@ -1609,6 +1609,17 @@ def array_min(self) -> 'Expression': """ return _unary_op("arrayMin")(self) + def split(self, delimiter) -> 'Expression': Review Comment: I just support Java one, so I think we don't need add python test(s) for `split`. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org