[
https://issues.apache.org/jira/browse/FLINK-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321750#comment-17321750
]
Flink Jira Bot commented on FLINK-2693:
---------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> Refactor InvalidTypesException to be checked
> --------------------------------------------
>
> Key: FLINK-2693
> URL: https://issues.apache.org/jira/browse/FLINK-2693
> Project: Flink
> Issue Type: Improvement
> Components: API / DataSet
> Reporter: Chesnay Schepler
> Priority: Minor
> Labels: stale-minor
>
> When the TypeExtractor fails, it generally throws an InvalidTypesException.
> This is currently an unchecked exception, although we sometimes recover from
> it, usually by creating a MissingTypeInfo manually.
> Furthermore, the extractor can also throw IllegalArgumentExceptions in some
> cases. Figuring out which exception is thrown under which conditions is
> pretty tricky, causing issues such as FLINK-2557.
> This should be rectified by
> # making InvalidTypesException a checked exception
> # only throwing an InvalidTypesException upon failure
--
This message was sent by Atlassian Jira
(v8.3.4#803005)