You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jun Qin (Jira)" <ji...@apache.org> on 2022/11/15 20:04:00 UTC

[jira] [Comment Edited] (FLINK-30025) table.execute().print() can only use the default max column width

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

Jun Qin edited comment on FLINK-30025 at 11/15/22 8:03 PM:
-----------------------------------------------------------

[~jingge]Thanks for opening the Jira. 

What about allowing setting the max width here, as well as disabling truncation entirely? e.g., set to '-1' to disable truncation? as what spark does with 

{code:java}
df.show(false)
{code}



was (Author: qinjunjerry):
What about allowing setting the max width here, as well as disabling truncation entirely? e.g., set to '-1' to disable truncation?

> table.execute().print() can only use the default max column width 
> ------------------------------------------------------------------
>
>                 Key: FLINK-30025
>                 URL: https://issues.apache.org/jira/browse/FLINK-30025
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / API
>    Affects Versions: 1.16.0, 1.15.2
>            Reporter: Jing Ge
>            Assignee: Jing Ge
>            Priority: Minor
>              Labels: pull-request-available
>
> By default, the DEFAULT_MAX_COLUMN_WIDTH in PrintStyle is used now. It should be configurable. 



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