openinx commented on code in PR #4644:
URL: https://github.com/apache/iceberg/pull/4644#discussion_r882261034


##########
docs/flink/flink-getting-started.md:
##########
@@ -365,10 +365,10 @@ Iceberg support both streaming and batch read in flink 
now. we could execute the
 
 ```sql
 -- Execute the flink job in streaming mode for current session context
-SET execution.type = streaming
+SET execution.runtime-mode = streaming;

Review Comment:
   Looks good to me, the new sql-client will just use the `runtime-mode` . 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to