dianfu commented on code in PR #28441:
URL: https://github.com/apache/flink/pull/28441#discussion_r3655445750
##########
flink-python/src/main/java/org/apache/flink/streaming/api/runners/python/beam/BeamPythonFunctionRunner.java:
##########
@@ -238,6 +241,7 @@ public void open(ReadableConfig config) throws Exception {
this.bundleStarted = false;
this.resultBuffer = new LinkedBlockingQueue<>();
this.reusableResultTuple = new Tuple3<>();
+ this.additionalSensitiveKeys =
config.get(SecurityOptions.ADDITIONAL_SENSITIVE_KEYS);
Review Comment:
Have you verified if this works? AFAIK, the operator configuration currently
only contains configurations defined in PythonOptions, see
https://github.com/apache/flink/blob/4b6fa80252bac8a28d184065e1dbd51cbc252ede/flink-python/src/main/java/org/apache/flink/python/util/PythonConfigUtil.java#L82
for more details.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]