InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) TIMESTAMP is Only available starting with Hive 0.10.0(b) DECIMAL introduced in Hive 0.11.0 with a precision of 38 digits(c) Hive 0.13.0 introduced user definable precision and scale(d) All of the mentionedThe question was posed to me in an international level competition.This interesting question is from Querying Data with HiveQL topic in portion Hive and HBase of Hadoop |
|
Answer» The correct option is (B) DECIMAL introduced in Hive 0.11.0 with a precision of 38 digits |
|