davidyuan1223 opened a new issue, #13538:
URL: https://github.com/apache/iceberg/issues/13538

   ### Apache Iceberg version
   
   1.9.1 (latest release)
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug 🐞
   
   In the spark DDL doc, create or replace view, we use
   `
   CREATE OR REPLACE <viewName> (updated_id COMMENT 'updated ID')
       TBLPROPERTIES ('key1' = 'new_val1')
       AS SELECT id FROM <tableName>
   `
   i think the right syntax is
   `
   CREATE OR REPLACE VIEW <viewName> (updated_id COMMENT 'updated ID')
       TBLPROPERTIES ('key1' = 'new_val1')
       AS SELECT id FROM <tableName>
   `
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to