julianhyde commented on code in PR #3907:
URL: https://github.com/apache/calcite/pull/3907#discussion_r1710458822
##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -5841,6 +5841,53 @@ private HepProgram getTransitiveProgram() {
.check();
}
+ /** Tests use of a measure in a non-aggregate query. Calls
+ * {@link RelOptFixture#checkUnchanged()} because Sql-to-rel has done the
+ * necessary work already. */
Review Comment:
No, because this query has no `ORDER BY` such queries were working before
this change.
--
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]