wuchong commented on a change in pull request #16386:
URL: https://github.com/apache/flink/pull/16386#discussion_r664335131



##########
File path: docs/content/docs/dev/table/sql/set.md
##########
@@ -43,11 +43,11 @@ The following examples show how to run a `SET` statement in 
SQL CLI.
 {{< tabs "set" >}}
 {{< tab "SQL CLI" >}}
 ```sql
-Flink SQL> SET 'table.planner' = 'blink';
+Flink SQL> SET 'table.local-time-zone' = 'Europe/Berlin';
 [INFO] Session property has been set.
 
 Flink SQL> SET;
-'table.planner' = 'blink'
+'table.planner' = 'Europe/Berlin'

Review comment:
       `'table.local-time-zone' = 'Europe/Berlin'`




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


Reply via email to