davidradl commented on code in PR #26073: URL: https://github.com/apache/flink/pull/26073#discussion_r1929019154
########## docs/content/docs/dev/table/sqlClient.md: ########## @@ -619,6 +619,65 @@ After execution, SQL Client will print the cluster id on the terminal. The scrip <span class="label label-danger">Attention</span> When deploying a script to the cluster, SQL Client only supports running with `--jars` startup option, other options, e.g. `--init` are not supported. +### Execute Materialized Table Refresh Jobs in Kubernetes/YARN + +#### Execute Refresh Jobs in Session Mode Review Comment: nit: I suggest describing why a `CREATE MATERIALIZED TABLE` produces a refresh job, or pointing to the details here. Is there a consideration around whether the table exists or not. -- 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...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org