Index: itests/src/test/resources/testconfiguration.properties =================================================================== --- itests/src/test/resources/testconfiguration.properties (revision 1631478) +++ itests/src/test/resources/testconfiguration.properties (working copy) @@ -241,6 +241,7 @@ tez_union_decimal.q,\ tez_union_group_by.q,\ tez_smb_main.q,\ + tez_smb_1.q,\ vectorized_dynamic_partition_pruning.q beeline.positive.exclude=add_part_exist.q,\ Index: ql/src/test/queries/clientpositive/tez_smb_1.q =================================================================== --- ql/src/test/queries/clientpositive/tez_smb_1.q (revision 1631478) +++ ql/src/test/queries/clientpositive/tez_smb_1.q (working copy) @@ -33,6 +33,3 @@ explain select count(*) from tab s1 join tab s3 on s1.key=s3.key; -select s1.key, s1.value, s3.value from tab s1 join tab s3 on s1.key=s3.key; -select count(*) from tab s2; -