You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Jinchul Kim (JIRA)" <ji...@apache.org> on 2017/11/09 01:18:00 UTC

[jira] [Created] (IMPALA-6174) mismatched size of input seed of rand/random between docs and backend

Jinchul Kim created IMPALA-6174:
-----------------------------------

             Summary: 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


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
(v6.4.14#64029)