Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: CDH 5.8.2
-
Fix Version/s: None
-
Component/s: Hive
-
Labels:
-
Environment:hive1.1.0, CDH5u8
Description
When large number of columns are used in hive DDL statement, few columns' size is coming as zero rather than actual precision when accessed from JDBC. I am observing that the size of 59, 73, 87th columns size is coming as zero. I tried modifying the corresponding columns to int & float, got the same result.