Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19250#discussion_r143245229
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala ---
    @@ -230,6 +230,13 @@ case class AlterTableSetPropertiesCommand(
         isView: Boolean)
       extends RunnableCommand {
     
    +  if (isView) {
    +    properties.get(TimestampTableTimeZone.TIMEZONE_PROPERTY).foreach { _ =>
    --- End diff --
    
    
[HiveQL](https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-Create/Drop/AlterView)
 explicitly allows properties in view; I've never used them, though.


---

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

Reply via email to