luoyuxia commented on code in PR #1924:
URL: https://github.com/apache/fluss/pull/1924#discussion_r2509160627
##########
website/docs/quickstart/_shared-lake-analytics.md:
##########
@@ -7,8 +7,8 @@ This approach also enables all the optimizations and features
of a Flink {props.
To query the snapshots directly from {props.name}, use the following SQL:
```sql title="Flink SQL"
--- switch to batch mode
-SET 'execution.runtime-mode' = 'batch';
+-- use tableau result mode
+SET 'sql-client.execution.result-mode' = 'tableau';
```
Review Comment:
I think set to batch mode is still required? Right?
--
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]