Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5.0, 0.6.0
-
None
-
Reviewed
-
HIVE-1045. (bigint % int) should return bigint instead of double. (Paul Yang via zshao)
Description
This expression should return bigint instead of double.
CREATE TABLE test (a BIGINT); EXPLAIN SELECT a % 3 FROM test;
There must be something wrong in FunctionRegistry.getMethodInternal
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-1048 TestParse produces different results when running a single test vs multiple tests
- Closed