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/08/22 18:21:39 UTC

[GitHub] [incubator-iceberg] kings129 opened a new issue #400: Build failure with NPE in non standard git checkout

kings129 opened a new issue #400: Build failure with NPE in non standard git checkout
URL: https://github.com/apache/incubator-iceberg/issues/400
 
 
   Build script use gitVersion(), it will throw NullPointerException when no .git directory exists.
   This is an issue when I try to build iceberg in our CI system which uses git worktree checkout.
   
   My fix was adding a wrapper on gitVersion() to catch NPE and use a default version. Does this worth contributing back?

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