You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/05/11 12:56:58 UTC

[GitHub] [flink] KurtYoung commented on pull request #11892: [FLINK-17112][table] Support DESCRIBE statement in Flink SQL

KurtYoung commented on pull request #11892:
URL: https://github.com/apache/flink/pull/11892#issuecomment-626684695


   Thanks for the update! I tried this command locally with your test, it seems the output will be truncated with `TableResult.print()`. 
   For DDL command, I think it doesn't make sense to truncate the output. The truncation was mostly introduced for select query. Could you relax the column width limit for all DDL queries?
   One possible solution might be relax the limit by default and only set the limitation if needed, like select query. cc @godfreyhe 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org