RESET statements are used to reset the configuration to the default.
RESET语句用于将配置重置为默认值。
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;
[INFO] All session properties have been set to their default values.
RESET ('key')?
If no key is specified, it reset all the properties to the default. Otherwise, reset the specified key to the default.
如果未指定键,则会将所有属性重置为默认值。否则,请将指定的键重置为默认值。