kasakrisz commented on PR #4115: URL: https://github.com/apache/hive/pull/4115#issuecomment-1719303036
@ngsg I checked your branch out and run the test ``` mvn test -Dtest.output.overwrite -DskipSparkTests -Dtest=TestMiniLlapLocalCliDriver -Dqfile=mapjoin_filter_on_outerjoin_tez.q -pl itests/qtest -Pitests ``` The golden file changed. The changes are the same as the last PTest run shows http://ci.hive.apache.org/job/hive-precommit/job/PR-4115/7/testReport/org.apache.hadoop.hive.cli.split13/TestMiniLlapLocalCliDriver/Testing___split_14___PostProcess___testCliDriver_mapjoin_filter_on_outerjoin_tez_/ ``` diff --git a/ql/src/test/results/clientpositive/llap/mapjoin_filter_on_outerjoin_tez.q.out b/ql/src/test/results/clientpositive/llap/mapjoin_filter_on_outerjoin_tez.q.out index b5874fc236..5080aed095 100644 --- a/ql/src/test/results/clientpositive/llap/mapjoin_filter_on_outerjoin_tez.q.out +++ b/ql/src/test/results/clientpositive/llap/mapjoin_filter_on_outerjoin_tez.q.out @@ -687,8 +687,10 @@ NULL NULL 66 val_66 NULL NULL 98 val_98 PREHOOK: query: DROP TABLE IF EXISTS c PREHOOK: type: DROPTABLE +PREHOOK: Output: database:default POSTHOOK: query: DROP TABLE IF EXISTS c POSTHOOK: type: DROPTABLE +POSTHOOK: Output: database:default PREHOOK: query: CREATE TABLE c (key int, value int) PREHOOK: type: CREATETABLE PREHOOK: Output: database:default @@ -709,8 +711,10 @@ POSTHOOK: Lineage: c.key SCRIPT [] POSTHOOK: Lineage: c.value SCRIPT [] PREHOOK: query: DROP TABLE IF EXISTS d PREHOOK: type: DROPTABLE +PREHOOK: Output: database:default POSTHOOK: query: DROP TABLE IF EXISTS d POSTHOOK: type: DROPTABLE +POSTHOOK: Output: database:default PREHOOK: query: CREATE TABLE d (key int, value int) PREHOOK: type: CREATETABLE PREHOOK: Output: database:default ``` Could you please push these changes to your branch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
