This is an automated email from the ASF dual-hosted git repository.

dianfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 1afe645f59fc [FLINK-37174][sql-client] Fix failed tests about 
SqlClientTest#testPrintAllModeHelp and #testPrintEmbeddedModeHelp (#26018)
1afe645f59fc is described below

commit 1afe645f59fc5239cbe027f67d3c00dc0e66fbc6
Author: Xuyang <xyzhong...@163.com>
AuthorDate: Mon Jan 20 17:56:46 2025 +0800

    [FLINK-37174][sql-client] Fix failed tests about 
SqlClientTest#testPrintAllModeHelp and #testPrintEmbeddedModeHelp (#26018)
---
 .../flink-sql-client/src/test/resources/cli/all-mode-help.out     | 8 ++++----
 .../src/test/resources/cli/embedded-mode-help.out                 | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/flink-table/flink-sql-client/src/test/resources/cli/all-mode-help.out 
b/flink-table/flink-sql-client/src/test/resources/cli/all-mode-help.out
index af61e25aedd5..7b998dd91dd0 100644
--- a/flink-table/flink-sql-client/src/test/resources/cli/all-mode-help.out
+++ b/flink-table/flink-sql-client/src/test/resources/cli/all-mode-help.out
@@ -85,10 +85,10 @@ Mode "embedded" (default) submits Flink jobs from the local 
machine.
                                                 /usr/local/bin/python3). The
                                                 python UDF worker depends on
                                                 Python 3.8+, Apache Beam
-                                                (version >= 2.54.0, <= 
2.61.0), Pip
-                                                (version >= 20.3) and 
SetupTools
-                                                (version >= 37.0.0). Please
-                                                ensure that the specified
+                                                (version >= 2.54.0, <= 2.61.0),
+                                                Pip (version >= 20.3) and
+                                                SetupTools (version >= 37.0.0).
+                                                Please ensure that the 
specified
                                                 environment meets the above
                                                 requirements.
      -pyfs,--pyFiles <pythonFiles>              Attach custom files for job. 
The
diff --git 
a/flink-table/flink-sql-client/src/test/resources/cli/embedded-mode-help.out 
b/flink-table/flink-sql-client/src/test/resources/cli/embedded-mode-help.out
index 01ebe179d17d..40ca6b27b4a3 100644
--- a/flink-table/flink-sql-client/src/test/resources/cli/embedded-mode-help.out
+++ b/flink-table/flink-sql-client/src/test/resources/cli/embedded-mode-help.out
@@ -82,10 +82,10 @@ Mode "embedded" (default) submits Flink jobs from the local 
machine.
                                                 /usr/local/bin/python3). The
                                                 python UDF worker depends on
                                                 Python 3.8+, Apache Beam
-                                                (version >= 2.54.0, <= 
2.61.0), Pip
-                                                (version >= 20.3) and 
SetupTools
-                                                (version >= 37.0.0). Please
-                                                ensure that the specified
+                                                (version >= 2.54.0, <= 2.61.0),
+                                                Pip (version >= 20.3) and
+                                                SetupTools (version >= 37.0.0).
+                                                Please ensure that the 
specified
                                                 environment meets the above
                                                 requirements.
      -pyfs,--pyFiles <pythonFiles>              Attach custom files for job. 
The

Reply via email to