Jackie-Jiang 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-592245251
 
 
   @fx19880617 Not related to this PR but these 2 queries does not work and 
make the test flaky:
   `SELECT COUNT(WeatherDelay) FROM mytable WHERE ArrDelay > CarrierDelay LIMIT 
26`
   `SELECT COUNT(WeatherDelay) FROM mytable WHERE ArrDelay - CarrierDelay > 0 
LIMIT 26`
   
   I think there are some bugs in the ExpressionFilterOperator

----------------------------------------------------------------
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]

Reply via email to