GitHub user gengliangwang opened a pull request:

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

    [SPARK-25465][TEST] Refactor Parquet test suites in project Hive

    ## What changes were proposed in this pull request?
    
    Current the file 
[parquetSuites.scala](https://github.com/apache/spark/blob/f29c2b5287563c0d6f55f936bd5a75707d7b2b1f/sql/hive/src/test/scala/org/apache/spark/sql/hive/parquetSuites.scala)
 is not recognizable. 
    When I tried to find test suites for built-in Parquet conversions for Hive 
serde, I can only find 
[HiveParquetSuite](https://github.com/apache/spark/blob/f29c2b5287563c0d6f55f936bd5a75707d7b2b1f/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveParquetSuite.scala)
 in the first few minutes.
    
    This PR is to revise the file name and test suite names.
    
    ## How was this patch tested?
    
    Unit test

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

    $ git pull https://github.com/gengliangwang/spark refactor_parquet_suites

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

    https://github.com/apache/spark/pull/22467.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 #22467
    
----
commit 8c67e0b25746444c583ea4a8ece0f5aaa88afd25
Author: Gengliang Wang <gengliang.wang@...>
Date:   2018-09-19T11:50:17Z

    refactor parquetSuites

----


---

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

Reply via email to