From f555540b0e3350805b9ea454bb1bfafe86538f0a Mon Sep 17 00:00:00 2001 From: xuyang Date: Mon, 20 Jan 2025 14:55:33 +0800 Subject: [PATCH] [FLINK-37174][sql-client] Fix failed tests about SqlClientTest#testPrintAllModeHelp and #testPrintEmbeddedModeHelp --- docs/themes/book | 2 +- .../src/test/resources/cli/all-mode-help.out | 8 ++++---- .../src/test/resources/cli/embedded-mode-help.out | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/themes/book b/docs/themes/book index a486adf8462c0..7c78a39c531aa 160000 --- a/docs/themes/book +++ b/docs/themes/book @@ -1 +1 @@ -Subproject commit a486adf8462c0abfc9034436ddd72927d6656809 +Subproject commit 7c78a39c531aa2492ed7e92f2ce9dfb2c8c0d3fa 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 af61e25aedd57..7b998dd91dd0a 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 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 01ebe179d17dd..40ca6b27b4a37 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 Attach custom files for job. The