GitHub user gengliangwang opened a pull request:

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

    [SPARK-23219][SQL]Rename ReadTask to DataReaderFactory in data source v2

    ## What changes were proposed in this pull request?
    
    Currently we have `ReadTask` in data source v2 reader, while in writer we 
have `DataWriterFactory`.
    To make the naming consistent and better, renaming `ReadTask` to 
`DataReaderFactory`.
    
    ## 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 rename

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

    https://github.com/apache/spark/pull/20397.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 #20397
    
----
commit ce1196e2e600cf6382ce3e721a4189c6324756e5
Author: Wang Gengliang <ltnwgl@...>
Date:   2018-01-25T15:54:47Z

    rename ReadTask to DataReaderFactory

----


---

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

Reply via email to