This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from f0fe365 [FLINK-15478][table-planner-blink] Fix FROM_BASE64 code
generation exception because of the wrong result type (#10766)
add 2ff1de7 [FLINK-15053][runtime] Escape all dynamic property values for
taskmanager
No new revisions were added by this update.
Summary of changes:
.../kubernetes/KubernetesResourceManager.java | 2 +-
.../runtime/clusterframework/BootstrapTools.java | 48 ++++++-
.../clusterframework/BootstrapToolsTest.java | 42 +++++-
.../org/apache/flink/test/util/ShellScript.java | 102 ++++++++++++++
.../TaskManagerLoadingDynamicPropertiesITCase.java | 154 +++++++++++++++++++++
.../org/apache/flink/yarn/YarnResourceManager.java | 5 +-
6 files changed, 343 insertions(+), 10 deletions(-)
create mode 100644
flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/ShellScript.java
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/runtime/TaskManagerLoadingDynamicPropertiesITCase.java