[jira] [Commented] (FLINK-32906) Release Testing: Verify FLINK-30025 Unified the max display column width for SqlClient and Table APi in both Streaming and Batch execMode

2023-09-05 Thread Jing Ge (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17761991#comment-17761991
 ] 

Jing Ge commented on FLINK-32906:
-

[~liyubin117] fair enough. Thanks! I have to take a deep dive into it.

> Release Testing: Verify FLINK-30025 Unified the max display column width for 
> SqlClient and Table APi in both Streaming and Batch execMode
> -
>
> Key: FLINK-32906
> URL: https://issues.apache.org/jira/browse/FLINK-32906
> Project: Flink
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Jing Ge
>Assignee: Yubin Li
>Priority: Major
> Fix For: 1.18.0
>
> Attachments: image-2023-08-22-18-54-45-122.png, 
> image-2023-08-22-18-54-57-699.png, image-2023-08-22-18-58-11-241.png, 
> image-2023-08-22-18-58-20-509.png, image-2023-08-22-19-04-49-344.png, 
> image-2023-08-22-19-06-49-335.png, image-2023-08-23-10-39-10-225.png, 
> image-2023-08-23-10-39-26-602.png, image-2023-08-23-10-41-30-913.png, 
> image-2023-08-23-10-41-42-513.png, image-2023-08-30-17-09-32-728.png, 
> screenshot-1.png
>
>
> more info could be found at 
> FLIP-279 
> [https://cwiki.apache.org/confluence/display/FLINK/FLIP-279+Unified+the+max+display+column+width+for+SqlClient+and+Table+APi+in+both+Streaming+and+Batch+execMode]
>  
> Tests:
> Both configs could be set with new value and following behaviours are 
> expected : 
> | | |sql-client.display.max-column-width, default value is 
> 30|table.display.max-column-width, default value is 30|
> |sqlclient|Streaming|text longer than the value will be truncated and 
> replaced with “...”|Text longer than the value will be truncated and replaced 
> with “...”|
> |sqlclient|Batch|text longer than the value will be truncated and replaced 
> with “...”|Text longer than the value will be truncated and replaced with 
> “...”|
> |Table API|Streaming|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
>  
> Please pay attention that this task offers a backward compatible solution and 
> deprecated sql-client.display.max-column-width, which means once 
> sql-client.display.max-column-width is used, it falls into the old scenario 
> where table.display.max-column-width didn't exist, any changes of 
> table.display.max-column-width won't take effect. You should test it either 
> by only using table.display.max-column-width or by using 
> sql-client.display.max-column-width, but not both of them back and forth.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32906) Release Testing: Verify FLINK-30025 Unified the max display column width for SqlClient and Table APi in both Streaming and Batch execMode

2023-08-31 Thread Qingsheng Ren (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17760809#comment-17760809
 ] 

Qingsheng Ren commented on FLINK-32906:
---

[~jingge] Any followup on this one? Thanks

> Release Testing: Verify FLINK-30025 Unified the max display column width for 
> SqlClient and Table APi in both Streaming and Batch execMode
> -
>
> Key: FLINK-32906
> URL: https://issues.apache.org/jira/browse/FLINK-32906
> Project: Flink
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Jing Ge
>Assignee: Yubin Li
>Priority: Major
> Fix For: 1.18.0
>
> Attachments: image-2023-08-22-18-54-45-122.png, 
> image-2023-08-22-18-54-57-699.png, image-2023-08-22-18-58-11-241.png, 
> image-2023-08-22-18-58-20-509.png, image-2023-08-22-19-04-49-344.png, 
> image-2023-08-22-19-06-49-335.png, image-2023-08-23-10-39-10-225.png, 
> image-2023-08-23-10-39-26-602.png, image-2023-08-23-10-41-30-913.png, 
> image-2023-08-23-10-41-42-513.png, image-2023-08-30-17-09-32-728.png, 
> screenshot-1.png
>
>
> more info could be found at 
> FLIP-279 
> [https://cwiki.apache.org/confluence/display/FLINK/FLIP-279+Unified+the+max+display+column+width+for+SqlClient+and+Table+APi+in+both+Streaming+and+Batch+execMode]
>  
> Tests:
> Both configs could be set with new value and following behaviours are 
> expected : 
> | | |sql-client.display.max-column-width, default value is 
> 30|table.display.max-column-width, default value is 30|
> |sqlclient|Streaming|text longer than the value will be truncated and 
> replaced with “...”|Text longer than the value will be truncated and replaced 
> with “...”|
> |sqlclient|Batch|text longer than the value will be truncated and replaced 
> with “...”|Text longer than the value will be truncated and replaced with 
> “...”|
> |Table API|Streaming|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
>  
> Please pay attention that this task offers a backward compatible solution and 
> deprecated sql-client.display.max-column-width, which means once 
> sql-client.display.max-column-width is used, it falls into the old scenario 
> where table.display.max-column-width didn't exist, any changes of 
> table.display.max-column-width won't take effect. You should test it either 
> by only using table.display.max-column-width or by using 
> sql-client.display.max-column-width, but not both of them back and forth.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32906) Release Testing: Verify FLINK-30025 Unified the max display column width for SqlClient and Table APi in both Streaming and Batch execMode

2023-08-30 Thread Yubin Li (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17760293#comment-17760293
 ] 

Yubin Li commented on FLINK-32906:
--

If it is reasonable, the doc may need to be updated.

!screenshot-1.png!

> Release Testing: Verify FLINK-30025 Unified the max display column width for 
> SqlClient and Table APi in both Streaming and Batch execMode
> -
>
> Key: FLINK-32906
> URL: https://issues.apache.org/jira/browse/FLINK-32906
> Project: Flink
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Jing Ge
>Assignee: Yubin Li
>Priority: Major
> Fix For: 1.18.0
>
> Attachments: image-2023-08-22-18-54-45-122.png, 
> image-2023-08-22-18-54-57-699.png, image-2023-08-22-18-58-11-241.png, 
> image-2023-08-22-18-58-20-509.png, image-2023-08-22-19-04-49-344.png, 
> image-2023-08-22-19-06-49-335.png, image-2023-08-23-10-39-10-225.png, 
> image-2023-08-23-10-39-26-602.png, image-2023-08-23-10-41-30-913.png, 
> image-2023-08-23-10-41-42-513.png, screenshot-1.png
>
>
> more info could be found at 
> FLIP-279 
> [https://cwiki.apache.org/confluence/display/FLINK/FLIP-279+Unified+the+max+display+column+width+for+SqlClient+and+Table+APi+in+both+Streaming+and+Batch+execMode]
>  
> Tests:
> Both configs could be set with new value and following behaviours are 
> expected : 
> | | |sql-client.display.max-column-width, default value is 
> 30|table.display.max-column-width, default value is 30|
> |sqlclient|Streaming|text longer than the value will be truncated and 
> replaced with “...”|Text longer than the value will be truncated and replaced 
> with “...”|
> |sqlclient|Batch|text longer than the value will be truncated and replaced 
> with “...”|Text longer than the value will be truncated and replaced with 
> “...”|
> |Table API|Streaming|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
>  
> Please pay attention that this task offers a backward compatible solution and 
> deprecated sql-client.display.max-column-width, which means once 
> sql-client.display.max-column-width is used, it falls into the old scenario 
> where table.display.max-column-width didn't exist, any changes of 
> table.display.max-column-width won't take effect. You should test it either 
> by only using table.display.max-column-width or by using 
> sql-client.display.max-column-width, but not both of them back and forth.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32906) Release Testing: Verify FLINK-30025 Unified the max display column width for SqlClient and Table APi in both Streaming and Batch execMode

2023-08-29 Thread Jing Ge (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17759970#comment-17759970
 ] 

Jing Ge commented on FLINK-32906:
-

The idea behind it is to enable users to show content of table in a feasible 
way. Afiak, it is expected to truncate char. [~jark] would you please double 
confirm? Thanks!

> Release Testing: Verify FLINK-30025 Unified the max display column width for 
> SqlClient and Table APi in both Streaming and Batch execMode
> -
>
> Key: FLINK-32906
> URL: https://issues.apache.org/jira/browse/FLINK-32906
> Project: Flink
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Jing Ge
>Assignee: Yubin Li
>Priority: Major
> Fix For: 1.18.0
>
> Attachments: image-2023-08-22-18-54-45-122.png, 
> image-2023-08-22-18-54-57-699.png, image-2023-08-22-18-58-11-241.png, 
> image-2023-08-22-18-58-20-509.png, image-2023-08-22-19-04-49-344.png, 
> image-2023-08-22-19-06-49-335.png, image-2023-08-23-10-39-10-225.png, 
> image-2023-08-23-10-39-26-602.png, image-2023-08-23-10-41-30-913.png, 
> image-2023-08-23-10-41-42-513.png
>
>
> more info could be found at 
> FLIP-279 
> [https://cwiki.apache.org/confluence/display/FLINK/FLIP-279+Unified+the+max+display+column+width+for+SqlClient+and+Table+APi+in+both+Streaming+and+Batch+execMode]
>  
> Tests:
> Both configs could be set with new value and following behaviours are 
> expected : 
> | | |sql-client.display.max-column-width, default value is 
> 30|table.display.max-column-width, default value is 30|
> |sqlclient|Streaming|text longer than the value will be truncated and 
> replaced with “...”|Text longer than the value will be truncated and replaced 
> with “...”|
> |sqlclient|Batch|text longer than the value will be truncated and replaced 
> with “...”|Text longer than the value will be truncated and replaced with 
> “...”|
> |Table API|Streaming|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
>  
> Please pay attention that this task offers a backward compatible solution and 
> deprecated sql-client.display.max-column-width, which means once 
> sql-client.display.max-column-width is used, it falls into the old scenario 
> where table.display.max-column-width didn't exist, any changes of 
> table.display.max-column-width won't take effect. You should test it either 
> by only using table.display.max-column-width or by using 
> sql-client.display.max-column-width, but not both of them back and forth.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32906) Release Testing: Verify FLINK-30025 Unified the max display column width for SqlClient and Table APi in both Streaming and Batch execMode

2023-08-22 Thread Yubin Li (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17757771#comment-17757771
 ] 

Yubin Li commented on FLINK-32906:
--

[~jingge] Thanks for claring that.

I found that  both configurations  also takes effect in fixed-length type (eg. 
char), Is It expected? i am very glad to contribute :)

!image-2023-08-23-10-39-26-602.png!

!image-2023-08-23-10-39-10-225.png!

in another session,

!image-2023-08-23-10-41-30-913.png!

!image-2023-08-23-10-41-42-513.png!

> Release Testing: Verify FLINK-30025 Unified the max display column width for 
> SqlClient and Table APi in both Streaming and Batch execMode
> -
>
> Key: FLINK-32906
> URL: https://issues.apache.org/jira/browse/FLINK-32906
> Project: Flink
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Jing Ge
>Assignee: Yubin Li
>Priority: Major
> Fix For: 1.18.0
>
> Attachments: image-2023-08-22-18-54-45-122.png, 
> image-2023-08-22-18-54-57-699.png, image-2023-08-22-18-58-11-241.png, 
> image-2023-08-22-18-58-20-509.png, image-2023-08-22-19-04-49-344.png, 
> image-2023-08-22-19-06-49-335.png, image-2023-08-23-10-39-10-225.png, 
> image-2023-08-23-10-39-26-602.png, image-2023-08-23-10-41-30-913.png, 
> image-2023-08-23-10-41-42-513.png
>
>
> more info could be found at 
> FLIP-279 
> [https://cwiki.apache.org/confluence/display/FLINK/FLIP-279+Unified+the+max+display+column+width+for+SqlClient+and+Table+APi+in+both+Streaming+and+Batch+execMode]
>  
> Tests:
> Both configs could be set with new value and following behaviours are 
> expected : 
> | | |sql-client.display.max-column-width, default value is 
> 30|table.display.max-column-width, default value is 30|
> |sqlclient|Streaming|text longer than the value will be truncated and 
> replaced with “...”|Text longer than the value will be truncated and replaced 
> with “...”|
> |sqlclient|Batch|text longer than the value will be truncated and replaced 
> with “...”|Text longer than the value will be truncated and replaced with 
> “...”|
> |Table API|Streaming|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
>  
> Please pay attention that this task offers a backward compatible solution and 
> deprecated sql-client.display.max-column-width, which means once 
> sql-client.display.max-column-width is used, it falls into the old scenario 
> where table.display.max-column-width didn't exist, any changes of 
> table.display.max-column-width won't take effect. You should test it either 
> by only using table.display.max-column-width or by using 
> sql-client.display.max-column-width, but not both of them back and forth.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32906) Release Testing: Verify FLINK-30025 Unified the max display column width for SqlClient and Table APi in both Streaming and Batch execMode

2023-08-22 Thread Jing Ge (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17757617#comment-17757617
 ] 

Jing Ge commented on FLINK-32906:
-

[~liyubin117] Thanks for testing.

"but use specified sql-client.display.max-column-width, the configuration also 
take effects, it seems conflict with expected `No effect`" - the description 
was wrong. "No effect" was a bug and has been fixed alongside the PR. I have 
updated the description. Please check it again.

 

"use specified table.display.max-column-width,  the configuration take no 
effect, it conflicts with 'Text longer than the value will be truncated and 
replaced with “...”'." - this task offers a backward compatible solution and 
deprecated sql-client.display.max-column-width, which means once 
sql-client.display.max-column-width is used, it falls into the old scenario 
where table.display.max-column-width didn't exist, any changes of 
table.display.max-column-width won't take effect. You should test it either by 
only using table.display.max-column-width or by using 
sql-client.display.max-column-width, but not both of them back and forth.

 

 

 

> Release Testing: Verify FLINK-30025 Unified the max display column width for 
> SqlClient and Table APi in both Streaming and Batch execMode
> -
>
> Key: FLINK-32906
> URL: https://issues.apache.org/jira/browse/FLINK-32906
> Project: Flink
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Jing Ge
>Assignee: Yubin Li
>Priority: Major
> Fix For: 1.18.0
>
> Attachments: image-2023-08-22-18-54-45-122.png, 
> image-2023-08-22-18-54-57-699.png, image-2023-08-22-18-58-11-241.png, 
> image-2023-08-22-18-58-20-509.png, image-2023-08-22-19-04-49-344.png, 
> image-2023-08-22-19-06-49-335.png
>
>
> more info could be found at 
> FLIP-279 
> [https://cwiki.apache.org/confluence/display/FLINK/FLIP-279+Unified+the+max+display+column+width+for+SqlClient+and+Table+APi+in+both+Streaming+and+Batch+execMode]
>  
> Tests:
> Both configs could be set with new value and following behaviours are 
> expected : 
> | | |sql-client.display.max-column-width, default value is 
> 30|table.display.max-column-width, default value is 30|
> |sqlclient|Streaming|text longer than the value will be truncated and 
> replaced with “...”|Text longer than the value will be truncated and replaced 
> with “...”|
> |sqlclient|Batch|text longer than the value will be truncated and replaced 
> with “...”|Text longer than the value will be truncated and replaced with 
> “...”|
> |Table API|Streaming|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
>  
> Please pay attention that this task offers a backward compatible solution and 
> deprecated sql-client.display.max-column-width, which means once 
> sql-client.display.max-column-width is used, it falls into the old scenario 
> where table.display.max-column-width didn't exist, any changes of 
> table.display.max-column-width won't take effect. You should test it either 
> by only using table.display.max-column-width or by using 
> sql-client.display.max-column-width, but not both of them back and forth.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32906) Release Testing: Verify FLINK-30025 Unified the max display column width for SqlClient and Table APi in both Streaming and Batch execMode

2023-08-22 Thread Yubin Li (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17757375#comment-17757375
 ] 

Yubin Li commented on FLINK-32906:
--

in batch mode, use sql-client with default sql-client.display.max-column-width, 
print results as expected:

!image-2023-08-22-18-54-45-122.png!!image-2023-08-22-18-54-57-699.png!

but use specified sql-client.display.max-column-width, the configuration also 
take effects, it seems conflict with expected `No effect`:

!image-2023-08-22-18-58-11-241.png!

!image-2023-08-22-18-58-20-509.png!

[~jingge] Do we need to fix it?

> Release Testing: Verify FLINK-30025 Unified the max display column width for 
> SqlClient and Table APi in both Streaming and Batch execMode
> -
>
> Key: FLINK-32906
> URL: https://issues.apache.org/jira/browse/FLINK-32906
> Project: Flink
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Jing Ge
>Assignee: Yubin Li
>Priority: Major
> Fix For: 1.18.0
>
> Attachments: image-2023-08-22-18-54-45-122.png, 
> image-2023-08-22-18-54-57-699.png, image-2023-08-22-18-58-11-241.png, 
> image-2023-08-22-18-58-20-509.png
>
>
> more info could be found at 
> FLIP-279 
> [https://cwiki.apache.org/confluence/display/FLINK/FLIP-279+Unified+the+max+display+column+width+for+SqlClient+and+Table+APi+in+both+Streaming+and+Batch+execMode]
>  
> Tests:
> Both configs could be set with new value and following behaviours are 
> expected : 
> | | |sql-client.display.max-column-width, default value is 
> 30|table.display.max-column-width, default value is 30|
> |sqlclient|Streaming|Changes will be forwarded to 
> table.display.max-column-width and text longer than the value will be 
> truncated and replaced with “...”|Text longer than the value will be 
> truncated and replaced with “...”|
> |sqlclient|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Streaming|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32906) Release Testing: Verify FLINK-30025 Unified the max display column width for SqlClient and Table APi in both Streaming and Batch execMode

2023-08-22 Thread Qingsheng Ren (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17757286#comment-17757286
 ] 

Qingsheng Ren commented on FLINK-32906:
---

[~liyubin117] Thanks for volunteering! Assigned to you just now.

> Release Testing: Verify FLINK-30025 Unified the max display column width for 
> SqlClient and Table APi in both Streaming and Batch execMode
> -
>
> Key: FLINK-32906
> URL: https://issues.apache.org/jira/browse/FLINK-32906
> Project: Flink
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Jing Ge
>Assignee: Yubin Li
>Priority: Major
> Fix For: 1.18.0
>
>
> more info could be found at 
> FLIP-279 
> [https://cwiki.apache.org/confluence/display/FLINK/FLIP-279+Unified+the+max+display+column+width+for+SqlClient+and+Table+APi+in+both+Streaming+and+Batch+execMode]
>  
> Tests:
> Both configs could be set with new value and following behaviours are 
> expected : 
> | | |sql-client.display.max-column-width, default value is 
> 30|table.display.max-column-width, default value is 30|
> |sqlclient|Streaming|Changes will be forwarded to 
> table.display.max-column-width and text longer than the value will be 
> truncated and replaced with “...”|Text longer than the value will be 
> truncated and replaced with “...”|
> |sqlclient|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Streaming|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-32906) Release Testing: Verify FLINK-30025 Unified the max display column width for SqlClient and Table APi in both Streaming and Batch execMode

2023-08-22 Thread Yubin Li (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17757248#comment-17757248
 ] 

Yubin Li commented on FLINK-32906:
--

[~jingge] I would like to take this, could you please assign this to me? 
thanks:)

> Release Testing: Verify FLINK-30025 Unified the max display column width for 
> SqlClient and Table APi in both Streaming and Batch execMode
> -
>
> Key: FLINK-32906
> URL: https://issues.apache.org/jira/browse/FLINK-32906
> Project: Flink
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Jing Ge
>Priority: Major
> Fix For: 1.18.0
>
>
> more info could be found at 
> FLIP-279 
> [https://cwiki.apache.org/confluence/display/FLINK/FLIP-279+Unified+the+max+display+column+width+for+SqlClient+and+Table+APi+in+both+Streaming+and+Batch+execMode]
>  
> Tests:
> Both configs could be set with new value and following behaviours are 
> expected : 
> | | |sql-client.display.max-column-width, default value is 
> 30|table.display.max-column-width, default value is 30|
> |sqlclient|Streaming|Changes will be forwarded to 
> table.display.max-column-width and text longer than the value will be 
> truncated and replaced with “...”|Text longer than the value will be 
> truncated and replaced with “...”|
> |sqlclient|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Streaming|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
> |Table API|Batch|No effect. 
> table.display.max-column-width with the default value 30 will be used|Text 
> longer than the value will be truncated and replaced with “...”|
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)