tanclary commented on PR #3234: URL: https://github.com/apache/calcite/pull/3234#issuecomment-1603347480
@julianhyde Well, sort of. The query `SAFE_MULTIPLY(CAST(3 as TINYINT), CAST(2 AS TINYINT))` should be a valid query, but the return type is a bit tricky given the aliasing I mentioned. The overflow values are the same as Java's `LONG` so perhaps it should return a `BIGINT`? I am not sure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
