GitHub user kiszk opened a pull request:

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

    [SPARK-24228][SQL] Fix Java lint errors

    ## What changes were proposed in this pull request?
    This PR fixes the following Java lint errors due to importing unimport 
classes
    
    ```
    [ERROR] 
src/main/java/org/apache/spark/sql/execution/datasources/parquet/SpecificParquetRecordReaderBase.java:[21,8]
 (imports) UnusedImports: Unused import - java.io.ByteArrayInputStream.
    [ERROR] 
src/main/java/org/apache/spark/sql/execution/datasources/parquet/VectorizedPlainValuesReader.java:[29,8]
 (imports) UnusedImports: Unused import - org.apache.spark.unsafe.Platform.
    ```
    
    ## How was this patch tested?
    
    Existing UTs. Also manually run checkstyles against these two files.

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

    $ git pull https://github.com/kiszk/spark SPARK-24228

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

    https://github.com/apache/spark/pull/21301.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 #21301
    
----
commit 407adf3b7bffbe4ea2b9862454088ffb7e6c923a
Author: Kazuaki Ishizaki <ishizaki@...>
Date:   2018-05-11T16:05:51Z

    initial commit

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to