deniskuzZ commented on code in PR #5901: URL: https://github.com/apache/hive/pull/5901#discussion_r2175394235
########## ql/src/test/queries/clientpositive/acid_direct_delete.q: ########## @@ -0,0 +1,18 @@ +set hive.mapred.mode=nonstrict; Review Comment: just add 2 lines to the existing test ```` DELETE FROM test_delete WHERE id in (6, 13); SELECT * FROM test_update_bucketed; ```` -- 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