deniskuzZ commented on code in PR #5901: URL: https://github.com/apache/hive/pull/5901#discussion_r2176696227
########## ql/src/test/queries/clientpositive/acid_direct_update_delete.q: ########## @@ -18,4 +18,16 @@ DELETE FROM test_update_bucketed WHERE id IN ('2', '11', '10'); UPDATE test_update_bucketed SET value='New value2' WHERE id IN ('2','18', '19'); SELECT * FROM test_update_bucketed; -DROP TABLE IF EXISTS test_update_bucketed; \ No newline at end of file +CREATE TABLE test_delete(id int) STORED AS ORC TBLPROPERTIES('transactional'='true'); +set mapreduce.job.reduces=7; Review Comment: no need to set # of reducers! just use the provided snippet as is -- 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