You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2015/09/22 01:12:24 UTC

[09/14] incubator-trafodion git commit: update TEST028

update TEST028


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/052b3bb7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/052b3bb7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/052b3bb7

Branch: refs/heads/master
Commit: 052b3bb7ba9e6b205cdc12b969bc36148d881de4
Parents: 3a01e69
Author: Qifan Chen <qf...@dev02.trafodion.org>
Authored: Sun Sep 20 22:52:10 2015 +0000
Committer: Qifan Chen <qf...@dev02.trafodion.org>
Committed: Sun Sep 20 22:52:10 2015 +0000

----------------------------------------------------------------------
 core/sql/regress/seabase/EXPECTED028 | 25 ++++++++++++++++++++-----
 core/sql/regress/seabase/TEST028     |  2 +-
 2 files changed, 21 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/052b3bb7/core/sql/regress/seabase/EXPECTED028
----------------------------------------------------------------------
diff --git a/core/sql/regress/seabase/EXPECTED028 b/core/sql/regress/seabase/EXPECTED028
index 3de355b..c84e4f2 100644
--- a/core/sql/regress/seabase/EXPECTED028
+++ b/core/sql/regress/seabase/EXPECTED028
@@ -27,9 +27,9 @@
 >>showstats for table hbase."_CELL_".t028tbl1 on ROW_ID detail;
 
 Detailed Histogram data for Table HBASE."_CELL_".T028TBL1
-Table ID: 7271138919030419384
+Table ID: 6047285781859643730
 
-Hist ID:    519562736
+Hist ID:    1955006841
 Column(s):  ROW_ID
 Total Rows: 9
 Total UEC:  9
@@ -52,11 +52,26 @@ Number    Rowcount         UEC Boundary
 
 
 --- SQL operation complete.
->>showstats for table hbase."_CELL_".t028tbl1 on COL_FAMILAY detail;
+>>showstats for table hbase."_CELL_".t028tbl1 on COL_FAMILY detail;
 
-*** ERROR[9209] Column COL_FAMILAY does not exist in object HBASE."_CELL_".T028TBL1.
+Detailed Histogram data for Table HBASE."_CELL_".T028TBL1
+Table ID: 6047285781859643730
+
+Hist ID:    1955006834
+Column(s):  COL_FAMILY
+Total Rows: 9
+Total UEC:  1
+Low Value:  ('cf')
+High Value: ('cf')
+Intervals:  1
+
+Number    Rowcount         UEC Boundary
+====== =========== =========== ======================================
+     0           0           0 ('cf')
+     1           9           1 ('cf')
 
---- SQL operation failed with errors.
+
+--- SQL operation complete.
 >>
 >>explain options 'f' select * from hbase."_CELL_".t028tbl1;
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/052b3bb7/core/sql/regress/seabase/TEST028
----------------------------------------------------------------------
diff --git a/core/sql/regress/seabase/TEST028 b/core/sql/regress/seabase/TEST028
index 398d301..edfd58b 100644
--- a/core/sql/regress/seabase/TEST028
+++ b/core/sql/regress/seabase/TEST028
@@ -45,7 +45,7 @@ cqd  USTAT_INTERNAL_SORT 'off';
 update statistics for table hbase."_CELL_".t028tbl1 on every column;
 
 showstats for table hbase."_CELL_".t028tbl1 on ROW_ID detail;
-showstats for table hbase."_CELL_".t028tbl1 on COL_FAMILAY detail;
+showstats for table hbase."_CELL_".t028tbl1 on COL_FAMILY detail;
 
 explain options 'f' select * from hbase."_CELL_".t028tbl1;
 explain options 'f' select * from hbase."_CELL_".t028tbl1 where col_family = 'cf1';