Airblader commented on a change in pull request #16020:
URL: https://github.com/apache/flink/pull/16020#discussion_r641497884
##########
File path: docs/data/sql_functions.yml
##########
@@ -525,7 +525,11 @@ conditional:
description: Returns true if all characters in string are digit, otherwise
false.
- table: BOOLEAN.?(VALUE1, VALUE2)
description: Returns VALUE1 if BOOLEAN evaluates to TRUE; returns VALUE2
otherwise. E.g., (42 > 5).?('A', 'B') returns "A".
-
+ - sql: GREATEST(value1[, value2]*)
+ description: Returns the greatest VALUE if no VALUE is NULL. Returns NULL
if at least one VALUE is NULL.
Review comment:
I think the "VALUE"s here (and below) shouldn't be uppercased since they
aren't in the syntax above.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]