This is an automated email from the ASF dual-hosted git repository.
twalthr pushed a change to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 6006f93 [hotfix] Correct compilation error from rebase
new 6e1ad2d [FLINK-9833] [e2e] Add a SQL Client end-to-end test with
unified source/sink/format
new 01a8471 [hotfix] [e2e] Remove explicit Maven plugin version
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../flink-sql-client-test/pom.xml | 123 +++++++++
.../table/toolbox/StringRegexReplaceFunction.java | 16 +-
flink-end-to-end-tests/pom.xml | 1 +
flink-end-to-end-tests/run-nightly-tests.sh | 2 +
.../test-scripts/test_sql_client.sh | 288 +++++++++++++++++++++
5 files changed, 420 insertions(+), 10 deletions(-)
create mode 100644 flink-end-to-end-tests/flink-sql-client-test/pom.xml
copy
flink-connectors/flink-hadoop-compatibility/src/main/java/org/apache/flink/api/java/hadoop/mapred/wrapper/HadoopDummyProgressable.java
=>
flink-end-to-end-tests/flink-sql-client-test/src/main/java/org/apache/flink/table/toolbox/StringRegexReplaceFunction.java
(68%)
create mode 100755 flink-end-to-end-tests/test-scripts/test_sql_client.sh