You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2017/10/20 06:15:27 UTC

[3/5] incubator-trafodion git commit: Fixes to datamodcheck

Fixes to datamodcheck


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

Branch: refs/heads/master
Commit: 68e8329428bf5e27c0eb0cdc33bf6a56748a9310
Parents: c47e38b
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Thu Oct 19 07:11:03 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Thu Oct 19 07:11:03 2017 +0000

----------------------------------------------------------------------
 core/sql/exp/ExpLOBaccess.cpp     |  2 +-
 core/sql/regress/hive/EXPECTED007 | 28 ++++++++++++++--------------
 2 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/68e83294/core/sql/exp/ExpLOBaccess.cpp
----------------------------------------------------------------------
diff --git a/core/sql/exp/ExpLOBaccess.cpp b/core/sql/exp/ExpLOBaccess.cpp
index 299f96e..13137d4 100644
--- a/core/sql/exp/ExpLOBaccess.cpp
+++ b/core/sql/exp/ExpLOBaccess.cpp
@@ -466,7 +466,7 @@ Ex_Lob_Error ExLob::dataModCheck(
         {
           // Allow for hdfs error. AQR will find the new hive mapped files
           // if the hive table has been remapped to new data files
-          return LOB_DATA_FILE_NOT_FOUND_ERROR;
+          return LOB_DATA_MOD_CHECK_ERROR;
         }
       else
         return LOB_DATA_READ_ERROR;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/68e83294/core/sql/regress/hive/EXPECTED007
----------------------------------------------------------------------
diff --git a/core/sql/regress/hive/EXPECTED007 b/core/sql/regress/hive/EXPECTED007
index 651556d..5bc2c3a 100644
--- a/core/sql/regress/hive/EXPECTED007
+++ b/core/sql/regress/hive/EXPECTED007
@@ -48,7 +48,7 @@ CREATE TABLE THIVE1
 ;
 
 REGISTER /*INTERNAL*/ HIVE TABLE HIVE.HIVE.THIVE1;
-/* ObjectUID = 7486236896221741445 */
+/* ObjectUID = 7080927501909560103 */
 
 --- SQL operation complete.
 >>
@@ -80,7 +80,7 @@ REGISTER /*INTERNAL*/ HIVE TABLE HIVE.HIVE.THIVE1;
 >>invoke trafodion.sch007.vhivehbase;
 
 -- Definition of Trafodion view TRAFODION.SCH007.VHIVEHBASE
--- Definition current  Wed May  3 05:10:02 2017
+-- Definition current  Wed Oct 18 21:01:16 2017
 
   (
     AA                               INT DEFAULT NULL
@@ -258,7 +258,7 @@ CREATE TABLE THIVE2
 ;
 
 REGISTER /*INTERNAL*/ HIVE TABLE HIVE.HIVE.THIVE2;
-/* ObjectUID = 7486236896221741067 */
+/* ObjectUID = 1928809434068290686 */
 
 --- SQL operation complete.
 >>showddl trafodion.sch007.vhive3;
@@ -411,7 +411,7 @@ A            B
 >>invoke hive.hivesch007.vhive1;
 
 -- Definition of native Hive view VHIVE1
--- Definition current  Wed May  3 05:11:22 2017
+-- Definition current  Wed Oct 18 21:03:26 2017
 
   (
     A                                INT
@@ -453,7 +453,7 @@ A
 >>invoke hive.hivesch007.vhive11;
 
 -- Definition of native Hive view VHIVE11
--- Definition current  Wed May  3 05:11:24 2017
+-- Definition current  Wed Oct 18 21:03:30 2017
 
   (
     A                                INT
@@ -669,7 +669,7 @@ CREATE VIEW vhive11 AS
   select vhive1.a from hivesch007.vhive1 where vhive1.a > 0 ;
 
 REGISTER HIVE VIEW HIVE.HIVESCH007.VHIVE11;
-/* ObjectUID = 7463718898080907566 */
+/* ObjectUID = 6918234965366828184 */
 
 --- SQL operation complete.
 >>get tables in view hive.hivesch007.vhive11;
@@ -952,7 +952,7 @@ create database hivesch0078;
 
 *** WARNING[8597] Statement was automatically retried 1 time(s). Delay before each retry was 0 seconds. See next entry for the error that caused this retry.
 
-*** WARNING[8577] Table, index, or view HIVE.HIVESCH007.THIVE1 was not found.
+*** WARNING[8436] Mismatch detected between compiletime and runtime hive table definitions. DataModMismatchDetails: compiledModTS = 1508360788, failedModTS = -1, failedLoc = hdfs://localhost:25600/user/hive/warehouse/hivesch007.db/thive1
 
 --- 0 row(s) selected.
 >>
@@ -1015,11 +1015,11 @@ S------    HIVE.HIVESCH007.THIVE9
 >>showstats for table hive.hivesch007.thive9 on every column;
 
 Histogram data for Table HIVE.HIVESCH007.THIVE9
-Table ID: 7463718898080914461
+Table ID: 6918234965366838662
 
    Hist ID # Ints    Rowcount         UEC Colname(s)
 ========== ====== =========== =========== ===========================
- 770517434      6           6           6 A
+ 332052322      6           6           6 A
 
 
 --- SQL operation complete.
@@ -1058,7 +1058,7 @@ CREATE TABLE THIVE9
 ;
 
 REGISTER HIVE TABLE HIVE.HIVESCH007.THIVE9;
-/* ObjectUID = 7463718898080914461 */
+/* ObjectUID = 6918234965366838662 */
 
 /* Trafodion DDL */
 
@@ -1070,11 +1070,11 @@ CREATE EXTERNAL TABLE THIVE9
 >>showstats for table hive.hivesch007.thive9 on every column;
 
 Histogram data for Table HIVE.HIVESCH007.THIVE9
-Table ID: 7463718898080914461
+Table ID: 6918234965366838662
 
    Hist ID # Ints    Rowcount         UEC Colname(s)
 ========== ====== =========== =========== ===========================
- 770517434      6           6           6 A
+ 332052322      6           6           6 A
 
 
 --- SQL operation complete.
@@ -1101,11 +1101,11 @@ CREATE EXTERNAL TABLE THIVE9
 >>showstats for table hive.hivesch007.thive9 on every column;
 
 Histogram data for Table HIVE.HIVESCH007.THIVE9
-Table ID: 7463718898080914461
+Table ID: 6918234965366838662
 
    Hist ID # Ints    Rowcount         UEC Colname(s)
 ========== ====== =========== =========== ===========================
- 770517434      6           6           6 A
+ 332052322      6           6           6 A
 
 
 --- SQL operation complete.