JingsongLi commented on code in PR #1639:
URL: https://github.com/apache/incubator-paimon/pull/1639#discussion_r1277230341


##########
docs/content/how-to/altering-tables.md:
##########
@@ -80,9 +80,19 @@ ALTER TABLE my_table RENAME TO my_table_new;
 
 {{< tab "Spark3" >}}
 
+The simplest sql to call is:
 ```sql
 ALTER TABLE my_table RENAME TO my_table_new;
 ```
+{{< hint info >}}

Review Comment:
   remove `hint info`, such a long hint is not good



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

Reply via email to