[
https://issues.apache.org/jira/browse/FLINK-19395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-19395.
--------------------------------
Resolution: Fixed
Fixed in 1.12.0: f44f5584d76b6ba4bbb0024e42cc245f5b52ccf3
> Replace SqlConversionException with either TableException or
> ValidationException
> --------------------------------------------------------------------------------
>
> Key: FLINK-19395
> URL: https://issues.apache.org/jira/browse/FLINK-19395
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / Legacy Planner, Table SQL / Planner
> Reporter: Timo Walther
> Assignee: Xiao Huang
> Priority: Major
> Labels: pull-request-available, starter
>
> We should avoid creating too many different exceptions without reason.
> `SqlConversionException` is not necessary and can be replaced by the two
> commonly used exceptions for TableException or ValidationException.
> Currently, we throw all three in `SqlToOperation` converters.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)