[ https://issues.apache.org/jira/browse/FLINK-34517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
JustinLee updated FLINK-34517: ------------------------------ Description: when calling ProcedureOperation in flink sql , the ProcedureContext only contains the underlying application-specific config , not environment-specific config, to be more specific , in a flink sql app of the same StreamExecutionEnvironment ,which has a config1, when executing a query, config1 works , while executing a procedure , config1 doesn't work, which apparently is not an expected behavior. was: when calling ProcedureOperation in flink sql , the ProcedureContext only contains the underlying application-specific config , not environment-specific config, to be more specific , in a flink sql app, in the same StreamExecutionEnvironment which has a config1, when executing a query, config1 works , while executing a query, config1 doesn't work, which apparently is not an expected behavior. > environment configs ignored when calling ProcedureOperation > ----------------------------------------------------------- > > Key: FLINK-34517 > URL: https://issues.apache.org/jira/browse/FLINK-34517 > Project: Flink > Issue Type: Bug > Components: Table SQL / Planner > Affects Versions: 1.18.0 > Reporter: JustinLee > Priority: Major > > when calling ProcedureOperation in flink sql , the ProcedureContext only > contains the underlying application-specific config , not > environment-specific config, > to be more specific , in a flink sql app of the same > StreamExecutionEnvironment ,which has a config1, when executing a query, > config1 works , while executing a procedure , config1 doesn't work, which > apparently is not an expected behavior. > -- This message was sent by Atlassian Jira (v8.20.10#820010)