HIVE-19271: TestMiniLlapLocalCliDriver default_constraint and check_constraint failing (Vineet Garg, reviewed by Ashutosh Chauhan)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/39ecb6a9 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/39ecb6a9 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/39ecb6a9 Branch: refs/heads/storage-branch-2.6 Commit: 39ecb6a989c96a0c68fac0d13cac5e274be98612 Parents: 0b6967e Author: Vineet Garg <[email protected]> Authored: Wed Apr 25 12:27:36 2018 -0700 Committer: Vineet Garg <[email protected]> Committed: Wed Apr 25 12:27:36 2018 -0700 ---------------------------------------------------------------------- .../clientpositive/llap/check_constraint.q.out | 3 ++- .../llap/default_constraint.q.out | 25 +++++++++++++------- 2 files changed, 18 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/39ecb6a9/ql/src/test/results/clientpositive/llap/check_constraint.q.out ---------------------------------------------------------------------- diff --git a/ql/src/test/results/clientpositive/llap/check_constraint.q.out b/ql/src/test/results/clientpositive/llap/check_constraint.q.out index ce427d1..f06dcd1 100644 --- a/ql/src/test/results/clientpositive/llap/check_constraint.q.out +++ b/ql/src/test/results/clientpositive/llap/check_constraint.q.out @@ -3551,7 +3551,8 @@ Retention: 0 #### A masked pattern was here #### Table Type: MANAGED_TABLE Table Parameters: - COLUMN_STATS_ACCURATE {} + numFiles 1 + totalSize 5 transactional true transactional_properties insert_only #### A masked pattern was here #### http://git-wip-us.apache.org/repos/asf/hive/blob/39ecb6a9/ql/src/test/results/clientpositive/llap/default_constraint.q.out ---------------------------------------------------------------------- diff --git a/ql/src/test/results/clientpositive/llap/default_constraint.q.out b/ql/src/test/results/clientpositive/llap/default_constraint.q.out index 95302da..dd8cc4f 100644 --- a/ql/src/test/results/clientpositive/llap/default_constraint.q.out +++ b/ql/src/test/results/clientpositive/llap/default_constraint.q.out @@ -1148,10 +1148,10 @@ STAGE PLANS: Select Operator expressions: UDFToInteger(UDFToDouble(4)) (type: int), UDFToBoolean('true') (type: boolean), UDFToInteger(5.67) (type: int), UDFToByte(45) (type: tinyint), UDFToFloat(45.4) (type: float), UDFToLong(567) (type: bigint), UDFToShort(88) (type: smallint), CAST( CURRENT_TIMESTAMP() AS varchar(50)) (type: varchar(50)), UDFToString(CAST( CURRENT_USER() AS varchar(50))) (type: string), CAST( '2016-01-03 12:26:34 America/Los_Angeles' AS timestamp with local time zone) (type: timestamp with local time zone), CAST( '2016-01-01 12:01:01' AS TIMESTAMP) (type: timestamp), CAST( 4.5 AS decimal(8,2)) (type: decimal(8,2)), UDFToDouble(5) (type: double), CAST( col1 AS CHAR(2)) (type: char(2)) outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 - Statistics: Num rows: 1 Data size: 523 Basic stats: COMPLETE Column stats: COMPLETE + Statistics: Num rows: 1 Data size: 522 Basic stats: COMPLETE Column stats: COMPLETE File Output Operator compressed: false - Statistics: Num rows: 1 Data size: 523 Basic stats: COMPLETE Column stats: COMPLETE + Statistics: Num rows: 1 Data size: 522 Basic stats: COMPLETE Column stats: COMPLETE table: input format: org.apache.hadoop.mapred.TextInputFormat output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat @@ -1490,7 +1490,8 @@ Retention: 0 #### A masked pattern was here #### Table Type: MANAGED_TABLE Table Parameters: - COLUMN_STATS_ACCURATE {} + numFiles 1 + totalSize 1063 transactional true transactional_properties default #### A masked pattern was here #### @@ -1657,8 +1658,9 @@ Retention: 0 #### A masked pattern was here #### Table Type: MANAGED_TABLE Table Parameters: - COLUMN_STATS_ACCURATE {} #### A masked pattern was here #### + numFiles 2 + totalSize 2127 transactional true transactional_properties default #### A masked pattern was here #### @@ -1735,8 +1737,9 @@ Retention: 0 #### A masked pattern was here #### Table Type: MANAGED_TABLE Table Parameters: - COLUMN_STATS_ACCURATE {} #### A masked pattern was here #### + numFiles 2 + totalSize 2127 transactional true transactional_properties default #### A masked pattern was here #### @@ -1910,8 +1913,9 @@ Retention: 0 #### A masked pattern was here #### Table Type: MANAGED_TABLE Table Parameters: - COLUMN_STATS_ACCURATE {} #### A masked pattern was here #### + numFiles 3 + totalSize 3192 transactional true transactional_properties default #### A masked pattern was here #### @@ -1987,8 +1991,9 @@ Retention: 0 #### A masked pattern was here #### Table Type: MANAGED_TABLE Table Parameters: - COLUMN_STATS_ACCURATE {} #### A masked pattern was here #### + numFiles 3 + totalSize 3192 transactional true transactional_properties default #### A masked pattern was here #### @@ -2065,8 +2070,9 @@ Retention: 0 #### A masked pattern was here #### Table Type: MANAGED_TABLE Table Parameters: - COLUMN_STATS_ACCURATE {} #### A masked pattern was here #### + numFiles 3 + totalSize 3192 transactional true transactional_properties default #### A masked pattern was here #### @@ -2638,7 +2644,8 @@ Retention: 0 #### A masked pattern was here #### Table Type: MANAGED_TABLE Table Parameters: - COLUMN_STATS_ACCURATE {} + numFiles 1 + totalSize 1063 transactional true transactional_properties default #### A masked pattern was here ####
