You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by an...@apache.org on 2017/05/15 19:35:03 UTC

[4/5] incubator-trafodion git commit: expected files update

expected files update


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

Branch: refs/heads/master
Commit: 3298f0befb7585391553a9eab4e2f3a5ea283a52
Parents: a44a909
Author: Anoop Sharma <an...@esgyn.com>
Authored: Mon May 15 15:34:37 2017 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Mon May 15 15:34:37 2017 +0000

----------------------------------------------------------------------
 core/sql/regress/seabase/EXPECTED022 | 13 +------------
 core/sql/regress/seabase/TEST022     |  2 +-
 2 files changed, 2 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/3298f0be/core/sql/regress/seabase/EXPECTED022
----------------------------------------------------------------------
diff --git a/core/sql/regress/seabase/EXPECTED022 b/core/sql/regress/seabase/EXPECTED022
index fe7aab5..879a079 100644
--- a/core/sql/regress/seabase/EXPECTED022
+++ b/core/sql/regress/seabase/EXPECTED022
@@ -1337,18 +1337,7 @@ CREATE HBASE TABLE T022HBM2 ( COLUMN FAMILY '#1')
 
 --- SQL operation complete.
 >>
->>showstats for table hbase."_CELL_".t022hbm2 on every column;
-
-Histogram data for Table HBASE."_CELL_".T022HBM2
-Table ID: 0
-
-   Hist ID # Ints    Rowcount         UEC Colname(s)
-========== ====== =========== =========== ===========================
-
-No Histograms exist for the requested columns or groups
-
-
---- SQL operation complete.
+>>--showstats for table hbase."_CELL_".t022hbm2 on every column;
 >>update statistics for table hbase."_CELL_".t022hbm2 on every column;
 
 --- SQL operation complete.

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/3298f0be/core/sql/regress/seabase/TEST022
----------------------------------------------------------------------
diff --git a/core/sql/regress/seabase/TEST022 b/core/sql/regress/seabase/TEST022
index ae40246..39da1c7 100644
--- a/core/sql/regress/seabase/TEST022
+++ b/core/sql/regress/seabase/TEST022
@@ -394,7 +394,7 @@ unregister hbase table t022hbm2;
 get hbase registered tables in catalog trafodion, match '%T022HBM2%';
 showddl hbase."_CELL_".t022hbm2;
 
-showstats for table hbase."_CELL_".t022hbm2 on every column;
+--showstats for table hbase."_CELL_".t022hbm2 on every column;
 update statistics for table hbase."_CELL_".t022hbm2 on every column;
 showstats for table hbase."_CELL_".t022hbm2 on every column;
 get hbase registered tables in catalog trafodion, match '%T022HBM2%';