openinx commented on a change in pull request #3076:
URL: https://github.com/apache/iceberg/pull/3076#discussion_r702720426



##########
File path: site/docs/flink.md
##########
@@ -270,7 +270,7 @@ USE iceberg_db;
 ### `CREATE TABLE`
 
 ```sql
-CREATE TABLE hive_catalog.default.sample (
+CREATE TABLE hive_catalog.`default`.sample (

Review comment:
       Thanks @hililiwei to address this issue,  I think we can quote all the 
identifiers (include catalog identifier, database name, table name) , that 
looks more unified.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to