rubenada commented on a change in pull request #2581:
URL: https://github.com/apache/calcite/pull/2581#discussion_r727998757
##########
File path: core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java
##########
@@ -3234,6 +3235,20 @@ private void checkEmptyJoin(RelOptTestBase.Sql sql) {
.check();
}
+ @Test void testAgregateWithDynamicParam() {
Review comment:
Perhaps we could add here the traditional:
```
/** Test case for
* <a
href="https://issues.apache.org/jira/browse/CALCITE-4848">[CALCITE-4848]
* Adding a HAVING condition to a query with a dynamic parameter makes the
result always empty
</a>. */
```
--
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]