dramaticlly commented on code in PR #8969:
URL: https://github.com/apache/iceberg/pull/8969#discussion_r1379363975
##########
spark/v3.4/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##########
@@ -335,6 +335,37 @@ public void testDeleteFileThenMetadataDelete() throws
Exception {
sql("SELECT * FROM %s ORDER BY id", selectTarget()));
}
+ @Test
+ public void testDeleteWithPartitionedTable() throws Exception {
+ createAndInitPartitionedTable();
+
+ append(tableName, new Employee(1, "hr"), new Employee(3, "hr"));
+ append(tableName, new Employee(1, "hardware"), new Employee(2,
"hardware"));
+
+ // row level delete
Review Comment:
updated per your suggestion in assertion message
--
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]