waterlx edited a comment 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 as a result, 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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to