kokila-19 commented on code in PR #5901:
URL: https://github.com/apache/hive/pull/5901#discussion_r2176891554
##########
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:
Updated it.
I was testing few things and missed removing those lines. Thanks for finding
it.
--
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]