Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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](apache#20995 (comment)) ```[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 Author: Kazuaki Ishizaki <[email protected]> Closes apache#21000 from kiszk/SPARK-23892.
- Loading branch information