You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2019/11/08 08:19:00 UTC

[jira] [Reopened] (FLINK-14668) LocalExecutor#getOrCreateExecutionContext not working as expected

     [ https://issues.apache.org/jira/browse/FLINK-14668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu reopened FLINK-14668:
-----------------------------

> LocalExecutor#getOrCreateExecutionContext not working as expected
> -----------------------------------------------------------------
>
>                 Key: FLINK-14668
>                 URL: https://issues.apache.org/jira/browse/FLINK-14668
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Client
>    Affects Versions: 1.9.0, 1.9.1
>            Reporter: zhangwei
>            Priority: Critical
>             Fix For: 1.11.0
>
>
> ExecutionContext [copy|[https://github.com/apache/flink/blob/b0a9afdd24fb70131b1e80d46d0ca101235a4a36/flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/ExecutionContext.java#L134]] a new SessionContext in the constructor,  but SessionContext members do not always redo equals, so 
> {code:java}
> executionContext.getSessionContext().equals(session)
> {code}
>   is always false.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)