Riza Suminto has posted comments on this change. ( http://gerrit.cloudera.org:8080/18536 )
Change subject: IMPALA-10465: Use IGNORE variant of Kudu write operations ...................................................................... Patch Set 8: (1 comment) Patch set 7 add TestKuduDmlConflictNoError and TestKuduDmlConflictLogError. Both share _test_insert_update_delete, but with different kudu_ignore_conflict setting (on and off accordingly). The conflict is introduced by giving duplicate PK on insert and running concurrent delete query + inject delay on KuduTableSink::Send(). http://gerrit.cloudera.org:8080/#/c/18536/7/tests/custom_cluster/test_kudu.py File tests/custom_cluster/test_kudu.py: http://gerrit.cloudera.org:8080/#/c/18536/7/tests/custom_cluster/test_kudu.py@782 PS7, Line 782: # query to update rows in Kudu table with some constraint violation. : _update_violate_constraint_query = ("update {0} set b = " : "case when b <= '2022-01-01' then NULL else '1400-01-01' en > Thinking of changing this update query. There is no guarantee about the ins Done -- To view, visit http://gerrit.cloudera.org:8080/18536 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I8da7c41d61b0888378b390b8b643238433eb3b52 Gerrit-Change-Number: 18536 Gerrit-PatchSet: 8 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Comment-Date: Wed, 25 May 2022 17:49:58 +0000 Gerrit-HasComments: Yes
