kishoreg commented on a change in pull request #4365: Adding support for
udf/expression in filter predicates
URL: https://github.com/apache/incubator-pinot/pull/4365#discussion_r298678141
##########
File path:
pinot-common/src/test/java/org/apache/pinot/pql/parsers/Pql2CompilerTest.java
##########
@@ -217,7 +217,7 @@ public void testCStyleInequalityOperator() {
Assert.assertEquals(brokerRequest.getFilterQuery().getOperator(),
FilterOperator.NOT);
}
- @Test
+ @Test(enabled = false)
Review comment:
code to support Having is a bit hacky. There is another issue to remove and
reimplement Having
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]