Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.9.0, 1.9.1, 1.9.2, 1.10.0
Description
// code placeholder StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); StreamTableEnvironment tableEnv = StreamTableEnvironment.create(env); // obtain query configuration from TableEnvironment StreamQueryConfig qConfig = tableEnv.queryConfig(); // set query parameters qConfig.withIdleStateRetentionTime(Time.hours(12), Time.hours(24));
On page "query_configuration.md", tableEnv.queryConfig() 、withIdleStateRetentionTime() does not exist
Attachments
Issue Links
- links to