GitHub user arunmahadevan opened a pull request:

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

    SPARK-24308: Handle DataReaderFactory to InputPartition rename in left over 
classes

    ## What changes were proposed in this pull request?
    
    SPARK-24073 renames DataReaderFactory -> InputPartition and DataReader -> 
InputPartitionReader. Some classes still reflects the old name and causes 
confusion. This patch renames the left over classes to reflect the new 
interface and fixes a few comments.
    
    ## How was this patch tested?
    
    Existing unit tests.
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/arunmahadevan/spark SPARK-24308

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

    https://github.com/apache/spark/pull/21355.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 #21355
    
----
commit b362574730c542c06557de24ac6498bf9c46fe62
Author: Arun Mahadevan <arunm@...>
Date:   2018-05-17T18:02:13Z

    SPARK-24308: Handle DataReaderFactory to InputPartition rename in left over 
classes

----


---

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

Reply via email to