GitHub user dongjoon-hyun opened a pull request:

    https://github.com/apache/spark/pull/12677

    [MINOR][BUILD] Enable RAT checking on `LZ4BlockInputStream.java`.

    ## What changes were proposed in this pull request?
    
    Since `LZ4BlockInputStream.java` is not licensed to Apache Software 
Foundation (ASF), the Apache License header of that file is not monitored until 
now.
    This PR aims to enable RAT checking on `LZ4BlockInputStream.java` by 
excluding from `dev/.rat-excludes`.
    This will prevent accidental removal of Apache License header from that 
file.
    
    ## How was this patch tested?
    
    Pass the Jenkins tests (Specifically, RAT check stage).


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dongjoon-hyun/spark minor_rat_exclusion_file

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/12677.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 #12677
    
----
commit 5279cd8f98f887aded3c89fbd79d536d2ebc9238
Author: Dongjoon Hyun <dongj...@apache.org>
Date:   2016-04-25T18:50:55Z

    [MINOR][BUILD] Remove LZ4BlockInputStream.java from RAT exclusion list.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to