You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/06 08:46:57 UTC

[GitHub] [iceberg] openinx commented on a change in pull request #3076: Doc:Add escape in the SQL statement in the flink engine document

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: issues-unsubscribe@iceberg.apache.org

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



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