Kryvenko Igor created HIVE-18930: ------------------------------------ Summary: Fix ppd_join5 test Key: HIVE-18930 URL: https://issues.apache.org/jira/browse/HIVE-18930 Project: Hive Issue Type: Bug Components: Test Reporter: Kryvenko Igor Assignee: Kryvenko Igor
It seems that HIVE-18068 have broken this test. Log from Jenkins {code:java} <failure message="Client Execution succeeded but contained differences (error code = 1) after executing ppd_join5.q 180c180 < predicate: (id1 is not null and id2 is not null) (type: boolean) --- > predicate: false (type: boolean) 194c194 < predicate: (d <= 1) (type: boolean) --- > predicate: false (type: boolean) 234c234 < predicate: ((d <= 1) and id is not null) (type: boolean) --- > predicate: false (type: boolean) 255,256c255,257 < Filter Operator < predicate: ((_col2 = 1) or (_col4 = 1)) (type: boolean) --- > Select Operator > expressions: _col0 (type: string), _col1 (type: string), _col4 (type: int), _col2 (type: int) > outputColumnNames: _col0, _col1, _col2, _col3 258,260c259,260 < Select Operator < expressions: _col0 (type: string), _col1 (type: string), _col4 (type: int), _col2 (type: int) < outputColumnNames: _col0, _col1, _col2, _col3 --- > File Output Operator > compressed: false 262,268c262,265 < File Output Operator < compressed: false < Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE < table: < input format: org.apache.hadoop.mapred.SequenceFileInputFormat < output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat < serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe --- > table: > input format: org.apache.hadoop.mapred.SequenceFileInputFormat > output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat > serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe " type="java.lang.AssertionError"> {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)