tanclary commented on PR #3234: URL: https://github.com/apache/calcite/pull/3234#issuecomment-1601718798
Hey @julianhyde , just got around to fixing this. Considering that BigQuery treats all `INT` types as aliases for `INT64` (Java's `LONG`) , should we just convert all `TINYINT`, `SMALLINT` arguments etc to `LONG` and then check their result against the `LONG` bounds? -- 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]
