nastra commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1562733538
##########
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##########
@@ -501,6 +503,32 @@ public void testDeleteNonExistingRecords() {
sql("SELECT * FROM %s ORDER BY id ASC NULLS LAST", selectTarget()));
}
+ @TestTemplate
+ public void deleteSingleRecordProducesDeleteOperation() {
Review Comment:
turns out this was because of the randomness of configuring adaptive query
execution:
https://github.com/apache/iceberg/blob/d1e24f4c9571ab7fba66d692cde28188f265d34e/spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/ExtensionsTestBase.java#L56
--
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]