[ https://issues.apache.org/jira/browse/FLINK-34517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17823069#comment-17823069 ]
luoyuxia edited comment on FLINK-34517 at 5/6/24 1:27 AM: ---------------------------------------------------------- 1.18: 620c5a7aeba448d247107ad44a6ba6f1e759052e 1.19: fa426f104baa1343a07695dcf4c4984814f0fde4 master: 24b6f7cbf94fca154fc8680e8b3393abd68b8e77 was (Author: luoyuxia): 1.18: 620c5a7aeba448d247107ad44a6ba6f1e759052e 1.19: todo master: 24b6f7cbf94fca154fc8680e8b3393abd68b8e77 > environment configs ignored when calling procedure operation > ------------------------------------------------------------ > > 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 > Assignee: JustinLee > Priority: Major > Labels: pull-request-available > > when calling procedure operation 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 sql query, > config1 works, while calling a sql procedure, config1 doesn't work, which > apparently is not an expected behavior. > -- This message was sent by Atlassian Jira (v8.20.10#820010)