GitHub user hvanhovell opened a pull request:

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

    [SPARK-19459][SQL][BRANCH-2.1] Support for nested char/varchar fields in ORC

    ## What changes were proposed in this pull request?
    This is a backport of the following commits 
https://github.com/apache/spark/commit/78eae7e67fd5dec0c2d5b18000053ce86cd0f1ae 
& 
https://github.com/apache/spark/commit/de8a03e68202647555e30fffba551f65bc77608d
    
    This PR adds support for ORC tables with (nested) char/varchar fields.
    
    ## How was this patch tested?
    Added a regression test to `OrcSourceSuite`.

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

    $ git pull https://github.com/hvanhovell/spark SPARK-19459-branch-2.1

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

    https://github.com/apache/spark/pull/17041.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 #17041
    
----
commit c80f2f91ebde101f773470844bf6ab8d01b0ef92
Author: Herman van Hovell <hvanhov...@databricks.com>
Date:   2017-02-23T18:25:18Z

    [SPARK-19459] Support for nested char/varchar fields in ORC
    
    ## What changes were proposed in this pull request?
    This PR is a small follow-up on https://github.com/apache/spark/pull/16804. 
This PR also adds support for nested char/varchar fields in orc.
    
    ## How was this patch tested?
    I have added a regression test to the OrcSourceSuite.
    
    Author: Herman van Hovell <hvanhov...@databricks.com>
    
    Closes #17030 from hvanhovell/SPARK-19459-follow-up.
    
    # Conflicts:
    #   
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala
    #   
sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcSourceSuite.scala

commit ba71b453ceed266aa90ce60036db82a2c1de2f29
Author: Herman van Hovell <hvanhov...@databricks.com>
Date:   2017-02-23T19:27:56Z

    [SPARK-19459] Support for nested char/varchar fields in ORC
    
    ## What changes were proposed in this pull request?
    This PR is a small follow-up on https://github.com/apache/spark/pull/16804. 
This PR also adds support for nested char/varchar fields in orc.
    
    ## How was this patch tested?
    I have added a regression test to the OrcSourceSuite.
    
    Author: Herman van Hovell <hvanhov...@databricks.com>
    
    Closes #17030 from hvanhovell/SPARK-19459-follow-up.
    
    # Conflicts:
    #   
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala
    #   
sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcSourceSuite.scala

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to