GitHub user ueshin opened a pull request:

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

    [SPARK-21472][SQL][FOLLOW-UP] Introduce ArrowColumnVector as a reader for 
Arrow vectors.

    ## What changes were proposed in this pull request?
    
    This is a follow-up of #18680.
    
    In some environment, a compile error happens saying:
    
    ```
    
.../sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ArrowColumnVector.java:243:
    error: not found: type Array
      public void loadBytes(Array array) {
                            ^
    ```
    
    This pr fixes it.
    
    ## How was this patch tested?
    
    Existing tests.


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

    $ git pull https://github.com/ueshin/apache-spark issues/SPARK-21472_fup1

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

    https://github.com/apache/spark/pull/18701.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 #18701
    
----
commit 55766b5498d20a041472e315eecb6b9763bab453
Author: Takuya UESHIN <[email protected]>
Date:   2017-07-21T08:39:41Z

    Fix a class name.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to