You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ct...@apache.org on 2015/11/01 04:00:53 UTC

hive git commit: HIVE-12306: hbase_queries.q fails in Hive 1.3.0 (Chaoyu Tang, reviewed by Jimmy Xiang)

Repository: hive
Updated Branches:
  refs/heads/branch-1 ed482dd0c -> 8056bcf11


HIVE-12306: hbase_queries.q fails in Hive 1.3.0 (Chaoyu Tang, reviewed by Jimmy Xiang)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/8056bcf1
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/8056bcf1
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/8056bcf1

Branch: refs/heads/branch-1
Commit: 8056bcf11079a47b6fce5ba6255c2965491649c4
Parents: ed482dd
Author: ctang <ct...@gmail.com>
Authored: Sat Oct 31 23:00:07 2015 -0400
Committer: ctang <ct...@gmail.com>
Committed: Sat Oct 31 23:00:07 2015 -0400

----------------------------------------------------------------------
 hbase-handler/src/test/results/positive/hbase_queries.q.out | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/8056bcf1/hbase-handler/src/test/results/positive/hbase_queries.q.out
----------------------------------------------------------------------
diff --git a/hbase-handler/src/test/results/positive/hbase_queries.q.out b/hbase-handler/src/test/results/positive/hbase_queries.q.out
index d887566..d044c7e 100644
--- a/hbase-handler/src/test/results/positive/hbase_queries.q.out
+++ b/hbase-handler/src/test/results/positive/hbase_queries.q.out
@@ -2,14 +2,14 @@ PREHOOK: query: DROP TABLE hbase_table_1
 PREHOOK: type: DROPTABLE
 POSTHOOK: query: DROP TABLE hbase_table_1
 POSTHOOK: type: DROPTABLE
-PREHOOK: query: CREATE TABLE hbase_table_1(key int comment 'It is a column key', value string comment 'It is the column string value') 
+PREHOOK: query: CREATE TABLE hbase_table_1(key int comment 'It is a column key', value string comment 'It is the column string value')
 STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
 WITH SERDEPROPERTIES ("hbase.columns.mapping" = "cf:string")
 TBLPROPERTIES ("hbase.table.name" = "hbase_table_0")
 PREHOOK: type: CREATETABLE
 PREHOOK: Output: database:default
 PREHOOK: Output: default@hbase_table_1
-POSTHOOK: query: CREATE TABLE hbase_table_1(key int comment 'It is a column key', value string comment 'It is the column string value') 
+POSTHOOK: query: CREATE TABLE hbase_table_1(key int comment 'It is a column key', value string comment 'It is the column string value')
 STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
 WITH SERDEPROPERTIES ("hbase.columns.mapping" = "cf:string")
 TBLPROPERTIES ("hbase.table.name" = "hbase_table_0")