Github user liancheng commented on the pull request:

    https://github.com/apache/spark/pull/7693#issuecomment-125266529
  
    However, what makes me confused is that, the following PySpark snippet 
shows the same result under Spark 1.4:
    
    ```
    In [4]: sqlContext.sql('create table x stored as parquet as select 1 as 
key').show()
    
    
    In [5]: sqlContext.sql('desc extended x').show()
    +--------+---------+-------+
    |col_name|data_type|comment|
    +--------+---------+-------+
    |     key|      int|       |
    +--------+---------+-------+
    ```
    
    Anyway, I'm fixing this now. Need further investigation why it just started 
failing.


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