GitHub user dilipbiswal opened a pull request:

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

    [SPARK-11584][SQL] The attribute of temporay table shows false

    The code used to hard-code the temporary attribute to false. Have changed 
the code to retrieve the attribute from meta store.
    
    Question -
    1) I have added a test case in CliSuite as an unit test. When running the 
tests on jenkins, can this test get executed against older version of hive ? If 
so, then it will fail as the method to query the temporary attribute is only 
available after hive 14. 

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

    $ git pull https://github.com/dilipbiswal/spark SPARK-11584

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

    https://github.com/apache/spark/pull/9588.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 #9588
    
----
commit 85a20b4168c61e9439ec35e1676cc4ee79860a0d
Author: Dilip Biswal <[email protected]>
Date:   2015-11-09T10:06:11Z

    SPARK-11584 The attribute of temporay table shows false

----


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