Github user dilipbiswal commented on the pull request:

    https://github.com/apache/spark/pull/9588#issuecomment-155463574
  
    @l00357089 Thanks for trying the patch. The behavior you are seeing is 
consistent with hive. Spark calls hive metastore to get the metadata and 
therefore sees the same behavior. To confirm , here is what i tried in hive 
shell -
    
    hive> use dilip;
    OK
    Time taken: 0.02 seconds
    hive> create table t1(c1 int);
    OK
    Time taken: 0.111 seconds
    hive> create temporary table t1(c1 int);
    OK
    Time taken: 0.088 seconds
    hive> show tables;
    OK
    t1
    Time taken: 0.018 seconds, Fetched: 1 row(s)



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