This is an automated email from the ASF dual-hosted git repository.

mgergely pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new d676dfb  HIVE-23131 Remove 
ql/src/test/results/clientnegative/orc_type_promotion3_acid.q (Miklos Gergely, 
reviewed by Laszlo Bodor)
d676dfb is described below

commit d676dfbc0d1e4db61425fe024004ef8a229bc697
Author: miklosgergely <[email protected]>
AuthorDate: Thu Apr 2 21:49:19 2020 +0200

    HIVE-23131 Remove 
ql/src/test/results/clientnegative/orc_type_promotion3_acid.q (Miklos Gergely, 
reviewed by Laszlo Bodor)
---
 .../results/clientnegative/orc_type_promotion3_acid.q  | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/ql/src/test/results/clientnegative/orc_type_promotion3_acid.q 
b/ql/src/test/results/clientnegative/orc_type_promotion3_acid.q
deleted file mode 100644
index bd33c6c..0000000
--- a/ql/src/test/results/clientnegative/orc_type_promotion3_acid.q
+++ /dev/null
@@ -1,18 +0,0 @@
-PREHOOK: query: -- Currently, double to smallint conversion is not supported 
because it isn't in the lossless
--- TypeIntoUtils.implicitConvertible conversions.
-create table src_orc (key double, val string) clustered by (val) into 2 
buckets stored as orc TBLPROPERTIES ('transactional'='true')
-PREHOOK: type: CREATETABLE
-PREHOOK: Output: database:default
-PREHOOK: Output: default@src_orc
-POSTHOOK: query: -- Currently, double to smallint conversion is not supported 
because it isn't in the lossless
--- TypeIntoUtils.implicitConvertible conversions.
-create table src_orc (key double, val string) clustered by (val) into 2 
buckets stored as orc TBLPROPERTIES ('transactional'='true')
-POSTHOOK: type: CREATETABLE
-POSTHOOK: Output: database:default
-POSTHOOK: Output: default@src_orc
-PREHOOK: query: alter table src_orc change key key smallint
-PREHOOK: type: ALTERTABLE_RENAMECOL
-PREHOOK: Input: default@src_orc
-PREHOOK: Output: default@src_orc
-FAILED: Execution Error, return code 1 from 
org.apache.hadoop.hive.ql.exec.DDLTask. Unable to alter table. The following 
columns have types incompatible with the existing columns in their respective 
positions :
-key

Reply via email to