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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
