rdblue commented on a change in pull request #3663:
URL: https://github.com/apache/iceberg/pull/3663#discussion_r767314531
##########
File path:
spark/v2.4/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkDataWrite.java
##########
@@ -189,6 +192,56 @@ public void testAppend() throws IOException {
Assert.assertEquals("Result rows should match", expected, actual);
}
+ @Test
+ public void testConcurrentAppend() throws IOException {
Review comment:
I don't think that we need tests for individual engines or versions. The
catalog should be thoroughly tested and its behavior won't change when it is
embedded in an engine.
--
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]