GitHub user rajeshbalamohan opened a pull request:

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

    [SPARK-16948][SQL] Querying empty partitioned orc tables throws excep…

    ## What changes were proposed in this pull request?
    Querying empty partitioned ORC tables from spark-sql throws exception with 
`spark.sql.hive.convertMetastoreOrc=true`.  This is due to the fact that the 
inferschema() would end up throwing `FileNotFoundException` when no files are 
present in partitioned orc tables.  Patch attempts to fix it, wherein it would 
fall back to metastore based schema information. 
    
    ## How was this patch tested?
    Included unit tests and also tested it in small scale cluster.
    
    
    (If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)
    
    
    …tion

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

    $ git pull https://github.com/rajeshbalamohan/spark SPARK-16948

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

    https://github.com/apache/spark/pull/14537.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 #14537
    
----
commit 5721b88c7c816f57ef39374ac9b335d870543628
Author: Rajesh Balamohan <[email protected]>
Date:   2016-08-08T08:28:23Z

    [SPARK-16948][SQL] Querying empty partitioned orc tables throws exception

----


---
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