GitHub user kiszk opened a pull request:

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

    [SPARK-23892][Test] Improve converge and fix lint error in 
UTF8String-related tests

    ## What changes were proposed in this pull request?
    
    This PR improves test coverage in `UTF8StringSuite` and code efficiency in 
`UTF8StringPropertyCheckSuite`.
    
    This PR also fixes lint-java issue in `UTF8StringSuite` reported at 
[here](https://github.com/apache/spark/pull/20995#issuecomment-379325527)
    
    ```[ERROR] 
src/test/java/org/apache/spark/unsafe/types/UTF8StringSuite.java:[28,8] 
(imports) UnusedImports: Unused import - org.apache.spark.unsafe.Platform.```
    
    ## How was this patch tested?
    
    Existing UT

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

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

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

    https://github.com/apache/spark/pull/21000.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 #21000
    
----
commit 367dd4fec1a0300dc5374d7e99c08cce91cf3049
Author: Kazuaki Ishizaki <ishizaki@...>
Date:   2018-04-07T05:52:43Z

    Initial commit

----


---

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

Reply via email to