GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/spark/pull/22170
[MINOR] Add .crc files to .gitignore
## What changes were proposed in this pull request?
Add .crc files to .gitignore so that we don't add .crc files in state
checkpoint during tests to git repo.
This is based on comments in #21733,
https://github.com/apache/spark/pull/21733#issuecomment-414578244.
## How was this patch tested?
Add `.1.delta.crc` and `.2.delta.crc` in
`~/WorkArea/ScalaProjects/spark/sql/core/src/test/resources`, and confirm git
doesn't suggest the files to add to stage.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/spark add-crc-files-to-gitignore
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22170.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22170
----
commit da31ee6f302bdb4e2e3ec9af0c24a97146058d4f
Author: Jungtaek Lim <kabhwan@...>
Date: 2018-08-21T10:59:59Z
Add .crc files to .gitignore
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]