Github user twalthr commented on the issue:
https://github.com/apache/flink/pull/3127
In the Table API we implemented `org.apache.flink.table.api.Types` to
improve the user experience. We could also think about moving this to core. I
would be helpful to have a class that enumerates all supported types. It could
also support methods like `Types.ROW(Types.INT(), Types.DOUBLE())`. If you then
import all members statically, you end up with `ROW(INT(), DOUBLE())`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---