Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.12.1
-
None
Description
In a situation like from FLINK-21565, neither the error message Unsupported casting from TINYINT to INTERVAL SECOND(3), nor the exception trace (see FLINK-21565) gives you a good hint on where the error is, especially if you have many statements with TINYINTs or operations on these.
The query parser could highlight the location of the error inside the SQL statement that the user provided.