jerry-024 commented on code in PR #5335: URL: https://github.com/apache/paimon/pull/5335#discussion_r2013402529
########## docs/content/flink/procedures.md: ########## @@ -799,5 +799,30 @@ All available procedures are listed below. CALL sys.rescale(`table` => 'default.T', `bucket_num` => 16, `partition` => 'dt=20250217,hh=08') </td> </tr> + <tr> + <td>alter_view_dialect</td> + <td> + -- add dialect in the view<br/> + CALL [catalog.]sys.alter_view_dialect('view', 'add', 'query')<br/><br/> Review Comment: get. -- 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...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org