mirror of
https://github.com/apache/impala.git
synced 2026-01-06 15:01:43 -05:00
Revert "Disable decimal in analysis."
This reverts commit 695017410adf6d4f8426c4117798c93f823a4b4b. Change-Id: I919d965e8e711d588e6c56dcdbd3c8e0d9ec7a05 Reviewed-on: http://gerrit.ent.cloudera.com:8080/2104 Reviewed-by: Nong Li <nong@cloudera.com> Tested-by: jenkins
This commit is contained in:
@@ -1215,3 +1215,13 @@ STORED AS INPUTFORMAT
|
||||
OUTPUTFORMAT
|
||||
'org.apache.hadoop.hive.ql.io.RCFileOutputFormat';
|
||||
====
|
||||
---- DATASET
|
||||
functional
|
||||
---- BASE_TABLE_NAME
|
||||
decimal_tbl
|
||||
---- COLUMNS
|
||||
d1 DECIMAL
|
||||
d2 DECIMAL(10, 0)
|
||||
d3 DECIMAL(20, 10)
|
||||
d4 DECIMAL(38, 38)
|
||||
d5 DECIMAL(10, 5)
|
||||
|
||||
Reference in New Issue
Block a user