GitHub user wangyum opened a pull request:

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

    [SPARK-25476][TEST] Refactor AggregateBenchmark to use main method

    ## What changes were proposed in this pull request?
    
    Refactor `AggregateBenchmark` to use main method.
    To gererate benchmark result:
    ```
    SPARK_GENERATE_BENCHMARK_FILES=1 build/sbt "sql/test:runMain 
org.apache.spark.sql.execution.benchmark.AggregateBenchmark"
    ```
    
    
    ## How was this patch tested?
    
    manual tests

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

    $ git pull https://github.com/wangyum/spark SPARK-25476

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

    https://github.com/apache/spark/pull/22484.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 #22484
    
----
commit 649f2965188efcfa0b1d2b5acb4c0f057ecd3788
Author: Yuming Wang <yumwang@...>
Date:   2018-09-20T07:23:46Z

    Refactor AggregateBenchmark

----


---

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

Reply via email to