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

hxb 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 3c5d3bacda5 [FLINK-27219][sql-client] Print exception stack when get 
errors
3c5d3bacda5 is described below

commit 3c5d3bacda580de1dc4986909a0aa5fc30e37885
Author: Shengkai <1059623...@qq.com>
AuthorDate: Mon May 23 19:40:04 2022 +0800

    [FLINK-27219][sql-client] Print exception stack when get errors
    
    This closes #19796.
---
 flink-table/flink-sql-client/src/test/resources/sql/set.q | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/flink-table/flink-sql-client/src/test/resources/sql/set.q 
b/flink-table/flink-sql-client/src/test/resources/sql/set.q
index 5768953d401..a2d01e005f8 100644
--- a/flink-table/flink-sql-client/src/test/resources/sql/set.q
+++ b/flink-table/flink-sql-client/src/test/resources/sql/set.q
@@ -116,6 +116,10 @@ Was expecting one of:
 
 !error
 
+set 'sql-client.verbose' = 'true';
+[INFO] Session property has been set.
+!info
+
 set;
 'execution.attached' = 'true'
 'execution.savepoint-restore-mode' = 'NO_CLAIM'
@@ -126,6 +130,7 @@ set;
 'pipeline.classpaths' = ''
 'pipeline.jars' = ''
 'rest.port' = '$VAR_REST_PORT'
+'sql-client.verbose' = 'true'
 'table.exec.legacy-cast-behaviour' = 'DISABLED'
 !ok
 
@@ -147,6 +152,7 @@ set;
 'pipeline.classpaths' = ''
 'pipeline.jars' = ''
 'rest.port' = '$VAR_REST_PORT'
+'sql-client.verbose' = 'true'
 'table.exec.legacy-cast-behaviour' = 'DISABLED'
 !ok
 
@@ -169,6 +175,7 @@ set;
 'pipeline.classpaths' = ''
 'pipeline.jars' = '$VAR_PIPELINE_JARS_URL'
 'rest.port' = '$VAR_REST_PORT'
+'sql-client.verbose' = 'true'
 'table.exec.legacy-cast-behaviour' = 'DISABLED'
 !ok
 

Reply via email to