RESET Statements
RESET statements are used to reset the configuration to the default.
RESET语句用于将配置重置为默认值。
Run a RESET statement
SQL CLI
RESET statements can be executed in SQL CLI.
RESET语句可以在SQL CLI中执行。
The following examples show how to run a RESET statement in SQL CLI.
以下示例显示了如何在SQL CLI中运行RESET语句。
Flink SQL> RESET 'table.planner';
[INFO] Session property has been reset.
Flink SQL> RESET;