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 2019/10/14 07:48:14 UTC

[GitHub] [incubator-iceberg] waterlx commented on issue #543: Avoid NullPointerException in FindFiles when there is no snapshot

waterlx commented on issue #543: Avoid NullPointerException in FindFiles when there is no snapshot
URL: https://github.com/apache/incubator-iceberg/pull/543#issuecomment-541536032
 
 
   The change is to return an empty set of manifest file when snapshot is null, and FindFiles#collect() returns an empty collection of manifest entries. We could also stop the program if snapshot is null, but I think it might not be a good idea.

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


With regards,
Apache Git Services

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