Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.18.0
Description
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.
Attachments
Issue Links
- links to