You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by twalthr <gi...@git.apache.org> on 2018/05/22 13:10:07 UTC

[GitHub] flink issue #6032: [FLINK-9378][Table API & SQL] Improve TableException mess...

Github user twalthr commented on the issue:

    https://github.com/apache/flink/pull/6032
  
    Thanks for the PR @snuyanzin. However, I think we should not change the exception string but should improve the `org.apache.flink.api.common.typeinfo.SqlTimeTypeInfo#toString` method instead. Similar to `org.apache.flink.api.java.typeutils.GenericTypeInfo#toString`. The type class is too little information. The type information is necessary in most cases.


---