You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/08/25 03:29:54 UTC

[GitHub] [iceberg] aokolnychyi commented on a change in pull request #1376: Fix NPE while estimating statistics on empty table

aokolnychyi commented on a change in pull request #1376:
URL: https://github.com/apache/iceberg/pull/1376#discussion_r476116015



##########
File path: spark/src/test/java/org/apache/iceberg/actions/TestExpireSnapshotsAction.java
##########
@@ -952,5 +952,19 @@ public void testExpireOlderThanWithRollbackAndMergedManifests() {
 
     checkExpirationResults(1, 1, 1, result);
   }
+
+  @Test
+  public void testExpireOnEmptyTable() {
+

Review comment:
       nit: let's remove this extra empty line at the beginning 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org