ngsg commented on code in PR #5707: URL: https://github.com/apache/hive/pull/5707#discussion_r2006710372
########## ql/src/test/queries/clientpositive/bucketmapjoin_auto_reduce_parallel.q: ########## @@ -0,0 +1,29 @@ +DROP TABLE IF EXISTS source_table2; +DROP TABLE IF EXISTS target_table2; Review Comment: The `DROP TABLE ...` statements are not necessary in the qfile since CliDrivers automatically clean up all tables after each qfile test. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org