ajantha-bhat commented on code in PR #8748:
URL: https://github.com/apache/iceberg/pull/8748#discussion_r1349878591


##########
docs/spark-getting-started.md:
##########
@@ -69,7 +69,7 @@ To create your first Iceberg table in Spark, use the 
`spark-sql` shell or `spark
 
 ```sql
 -- local is the path-based catalog defined above
-CREATE TABLE local.db.table (id bigint, data string) USING iceberg
+CREATE TABLE local.db.table (id bigint, data string) USING iceberg;

Review Comment:
   Can you please look up ```sql in the code and fix all the places. I found 
few more places in the docs like this.



##########
docs/spark-getting-started.md:
##########
@@ -69,7 +69,7 @@ To create your first Iceberg table in Spark, use the 
`spark-sql` shell or `spark
 
 ```sql
 -- local is the path-based catalog defined above
-CREATE TABLE local.db.table (id bigint, data string) USING iceberg
+CREATE TABLE local.db.table (id bigint, data string) USING iceberg;

Review Comment:
   Can you please look up ```sql in the code and fix all the places? I found 
few more places in the docs like this.



-- 
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

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