[ 
https://issues.apache.org/jira/browse/IMPALA-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16556167#comment-16556167
 ] 

ASF subversion and git services commented on IMPALA-6174:
---------------------------------------------------------

Commit 02389d4dd225573eaace0263bc84ea7cddff3f47 in impala's branch 
refs/heads/master from [~arodoni_cloudera]
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=02389d4 ]

IMPALA-6174: [DOCS] Fixed the seed data type for RAND and RANDOM functions

Change-Id: If6393bd618a26148dd668b3323c32af263637e14
Reviewed-on: http://gerrit.cloudera.org:8080/11023
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Mismatched size of input seed of rand/random between docs and backend
> ---------------------------------------------------------------------
>
>                 Key: IMPALA-6174
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6174
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend, Docs
>            Reporter: Jinchul Kim
>            Assignee: Alex Rodoni
>            Priority: Minor
>             Fix For: Impala 3.1.0
>
>
> The mismatch between docs and the code about the integer type (4-byte vs 
> 8-byte) of seed for rand/random functions.
> * Doc: docs/topics/impala_math_functions.xml:1081
> ** 1081 <codeph>rand()</codeph>, <codeph>rand(int seed)</codeph>,
> * Code: common/function-registry/impala_functions.py:299
> ** 299 [['rand','random'], 'DOUBLE', ['BIGINT'], 
> 'impala::MathFunctions::RandSeed',



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to