GitHub user cloud-fan opened a pull request:

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

    [SPARK-22775][SQL] move dictionary related APIs from ColumnVector to 
WritableColumnVector

    ## What changes were proposed in this pull request?
    
    These dictionary related APIs are special to `WritableColumnVector` and 
should not be in `ColumnVector`, which will be public soon.
    
    ## How was this patch tested?
    
    existing tests

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

    $ git pull https://github.com/cloud-fan/spark final

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

    https://github.com/apache/spark/pull/19970.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 #19970
    
----
commit 103dca351952c0017b013bd5ea005a2fc0e2cb50
Author: Wenchen Fan <[email protected]>
Date:   2017-12-13T16:37:40Z

    move dictionary related APIs from ColumnVector to WritableColumnVector

----


---

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

Reply via email to