yanghua commented on a change in pull request #6576: [FLINK-10145][table] Add
replace supported in TableAPI and SQL
URL: https://github.com/apache/flink/pull/6576#discussion_r211091912
##########
File path:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/scala/expressionDsl.scala
##########
@@ -459,6 +459,19 @@ trait ImplicitExpressionOperations {
}
}
+ /**
+ * Create a new string of the given string with non-overlapping occurrences
+ * of given search replaced with replacement.
+ *
+ * @param search
Review comment:
remove `@param` and `@return` to match the style of other methods
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services