Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
ghx-label-8
Description
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',