[
https://issues.apache.org/jira/browse/FLINK-13213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-13213:
-----------------------------------
Labels: pull-request-available (was: )
> MinIdleStateRetentionTime/MaxIdleStateRetentionTime in TableConfig will be
> removed after call toAppendStream/toRetractStream without QueryConfig
> parameters
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-13213
> URL: https://issues.apache.org/jira/browse/FLINK-13213
> Project: Flink
> Issue Type: Task
> Components: Table SQL / API
> Reporter: Jing Zhang
> Assignee: Jing Zhang
> Priority: Major
> Labels: pull-request-available
>
> There are two `toAppendStream` method in `StreamTableEnvironment`:
> 1. def toAppendStream[T: TypeInformation](table: Table): DataStream[T]
> 2. def toAppendStream[T: TypeInformation](table: Table, queryConfig:
> StreamQueryConfig): DataStream[T]
> After convert `Table` to `DataStream` by call the first method or
> toRetractStream, the MinIdleStateRetentionTime/MaxIdleStateRetentionTime in
> TableConfig will be removed.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)