link3280 commented on code in PR #21912: URL: https://github.com/apache/flink/pull/21912#discussion_r1104131821
########## docs/content/docs/dev/table/sqlClient.md: ########## @@ -812,4 +812,35 @@ Flink SQL> RESET pipeline.name; If the option `pipeline.name` is not specified, SQL Client will generate a default name for the submitted job, e.g. `insert-into_<sink_table_name>` for `INSERT INTO` statements. +### Monitoring job status Review Comment: I've also thought about it, but there's a minor issue if we do that: in the cli docs, `Managing job lifecycle` includes submitting jobs, which does not in SQL Client docs. WDYT? @fsk119 -- 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]
