This is an automated email from the ASF dual-hosted git repository. michaelsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit ca3fe6d6af6f5216f75bea26d6e90cf5cc816efc Author: Anshula Jain <[email protected]> AuthorDate: Fri Mar 8 17:35:24 2024 +0530 IMPALA-12692 : [DOCS] Typo in docs about random() function Changed name of random fucntion in impala_math_functions.xml from "RANDOME(), RANDOME(BIGINT seed)" to "RANDOM(), RANDOM(BIGINT seed)" Change-Id: I4844eb8d155326081c385d88b98a591dbbde7369 Reviewed-on: http://gerrit.cloudera.org:8080/21126 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- docs/topics/impala_math_functions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/impala_math_functions.xml b/docs/topics/impala_math_functions.xml index 0acf9a67b..8f2761e76 100644 --- a/docs/topics/impala_math_functions.xml +++ b/docs/topics/impala_math_functions.xml @@ -1463,7 +1463,7 @@ select pmod(5,-2); <dlentry id="rand"> <dt> - RAND(), RAND(BIGINT seed), RANDOME(), RANDOME(BIGINT seed) + RAND(), RAND(BIGINT seed), RANDOM(), RANDOM(BIGINT seed) </dt> <dd>
