rdblue commented on a change in pull request #2752:
URL: https://github.com/apache/iceberg/pull/2752#discussion_r661048502
##########
File path:
spark3/src/test/java/org/apache/iceberg/spark/source/TestStructuredStreamingRead3.java
##########
@@ -363,6 +390,45 @@ public void
testReadStreamWithSnapshotTypeDeleteErrorsOut() throws Exception {
);
}
+ @SuppressWarnings("unchecked")
+ @Test
+ public void testReadStreamWithSnapshotTypeDeleteAndSkipDeleteOption() throws
Exception {
+ table.updateSpec()
+ .removeField("id_bucket")
Review comment:
Indentation is off in this method.
--
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]