You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by skliarpawlo <gi...@git.apache.org> on 2018/02/27 10:28:46 UTC

[GitHub] spark issue #15717: [SPARK-17910][SQL] Allow users to update the comment of ...

Github user skliarpawlo commented on the issue:

    https://github.com/apache/spark/pull/15717
  
    @jiangxb1987 any ideas why this still doesn't work for me in spark 2.2.0?
    Sample code:
    ```
    spark.sql("""
        alter table test_table
        change column metric metric string comment "metic doc"
    """)
    ```
    The same sql query executed from hive works as expected, but from spark it has no effect
    
    Thanks



---

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