fx19880617 commented on issue #5070: Support non-literal expressions for right-side operand in predicate comparison URL: https://github.com/apache/incubator-pinot/pull/5070#issuecomment-592449528 Yes. I'm seeing this exception: ``` java.lang.AssertionError: Value: 0 does not match, expected: 95455, got broker value: 95461, got client value:95461 PQL: SELECT COUNT(*) FROM mytable WHERE ArrDelay > CarrierDelay LIMIT 26 SQL: [SELECT COUNT(*) FROM mytable WHERE ArrDelay > CarrierDelay LIMIT 26] ``` Will create an issue for this.
---------------------------------------------------------------- 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]
