libenchao commented on a change in pull request #19104:
URL: https://github.com/apache/flink/pull/19104#discussion_r830544364
##########
File path: docs/data/sql_functions.yml
##########
@@ -221,10 +221,10 @@ arithmetic:
description: Returns a pseudorandom double value in the range [0.0, 1.0)
with an initial seed integer. Two RAND functions will return identical
sequences of numbers if they have the same initial seed.
- sql: RAND_INTEGER(INT)
table: randInteger(INT)
- description: Returns a pseudorandom double value in the range [0.0, INT)
+ description: Returns a pseudorandom integer value in the range [0.0, INT)
Review comment:
`[0, INT)`
##########
File path: docs/data/sql_functions.yml
##########
@@ -221,10 +221,10 @@ arithmetic:
description: Returns a pseudorandom double value in the range [0.0, 1.0)
with an initial seed integer. Two RAND functions will return identical
sequences of numbers if they have the same initial seed.
- sql: RAND_INTEGER(INT)
table: randInteger(INT)
- description: Returns a pseudorandom double value in the range [0.0, INT)
+ description: Returns a pseudorandom integer value in the range [0.0, INT)
Review comment:
please also update 'sql_functions_zh.yml'
--
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]