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/30 01:02:11 UTC

[GitHub] [iceberg] kbendick opened a new pull request #1400: Gitignore - ignore all directories named spark-warehouse or tmp

kbendick opened a new pull request #1400:
URL: https://github.com/apache/iceberg/pull/1400


   Currently, we ignore directories named `spark-warehouse` only if they're underneath one of the various `spark*` repo root directories.
   
   As a messy developer, I tend to start things like `spark-shell` etc from almost anywhere. I imagine I'm not the only one. 
   
   This updates the .gitignore to ignore any folder named `spark-warehouse` or `tmp` (which was also underneath spark, but I can't for the life of me see why we'd check in a directory named tmp - the rule can be updated if such a use case exists).


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


[GitHub] [iceberg] rdblue merged pull request #1400: Gitignore - ignore all directories named spark-warehouse or tmp

Posted by GitBox <gi...@apache.org>.
rdblue merged pull request #1400:
URL: https://github.com/apache/iceberg/pull/1400


   


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


[GitHub] [iceberg] kbendick commented on pull request #1400: Gitignore - ignore all directories named spark-warehouse or tmp

Posted by GitBox <gi...@apache.org>.
kbendick commented on pull request #1400:
URL: https://github.com/apache/iceberg/pull/1400#issuecomment-683363120


   @rdblue This PR replaces this one https://github.com/apache/iceberg/pull/1333 which I closed due to my overly trampled master branch. 😄 


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