GitHub user rxin opened a pull request:

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

    [SPARK-19355][SQL] Fix variable names numberOfOutput

    ## What changes were proposed in this pull request?
    SPARK-19355 introduced a variable / method called numberOfOutput, which is 
a really bad name because it is unclear whether it is a block, or a row. This 
patch renamed it numRecords, and also changed couple other places to make them 
consistent.
    
    ## How was this patch tested?
    Should be covered by existing tests.

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

    $ git pull https://github.com/rxin/spark SPARK-19355

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

    https://github.com/apache/spark/pull/22456.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 #22456
    
----
commit 793fc19d2519f47f5f3278b79e827f1159d9e440
Author: Reynold Xin <rxin@...>
Date:   2018-09-18T22:47:57Z

    [SPARK-19355][SQL] Fix variable names.

----


---

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

Reply via email to