amarkowitz commented on code in PR #3950: URL: https://github.com/apache/calcite/pull/3950#discussion_r1745864724
########## core/src/test/resources/sql/measure.iq: ########## @@ -179,6 +179,53 @@ from empm; !ok +# [CALCITE-6559] LogicalCorrelate Type mismatch +# Occurs when AVG measure is applied to SMALLINT or TINYINT column. +# A CAST is added internally to the result of SUM / COUNT, but this cast Review Comment: It's difficult to tell from this comment whether this was the cause of the bug or whether this is the new expectation after fixing. Have you considered moving this comment to CALCITE-6559 instead? -- 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]
