gortiz commented on PR #11824:
URL: https://github.com/apache/pinot/pull/11824#issuecomment-1777077013

   @walterddr Test are failing now because when null handling is enabled at 
query time, query plan changes. For example, 
OfflineClusterIntegrationTest.testNonScanAggregationQueries fails in `SELECT 
MIN(ArrTime) FROM mytable` because we do not use 
NonScanBasedAggregationOperator anymore.
   
   We can improve that, but I think we should do that in another PR. Therefore 
I think I should modify these tests to move offending queries to do not assume 
they will be non scan based. What do you think? 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to