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/13 11:30:57 UTC

[GitHub] [iceberg] kbendick commented on a change in pull request #1333: Add all common spark-shell files to gitignore and remove's our assumption that spark-warehouse will only be added to spark folders

kbendick commented on a change in pull request #1333:
URL: https://github.com/apache/iceberg/pull/1333#discussion_r469884372



##########
File path: .gitignore
##########
@@ -1,6 +1,7 @@
 *.swp
 .DS_Store
 .cache
+**/tmp/

Review comment:
       This is to cover any spark directories or other java tmp files people might generate inside the repo during the course of working on one of the many projects we support. It was originally underneath /spark so I assume that a test probably generates it. It will still be ignored this way.




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