richardstartin opened a new pull request, #10057:
URL: https://github.com/apache/pinot/pull/10057

   Makes it possible to diagnose cause of failed query integration test, which 
is otherwise completely opaque. The new error message looks like this:
   
   ```
   Value: 1 does not match, expected: 2101025, got broker value: 2101053.0, got 
client value:2101053.0, explain plan: BROKER_REDUCE(limit:20)
   COMBINE_AGGREGATE
   PLAN_START(numSegmentsForThisPlan:1)
   AGGREGATE(aggregations:sum(DivArrDelay), sum(DestStateFips))
   TRANSFORM_PASSTHROUGH(DestStateFips, DivArrDelay)
   PROJECT(DivArrDelay, DestStateFips)
   DOC_ID_SET
   FILTER_AND
   
FILTER_SORTED_INDEX(indexLookUp:sorted_index,operator:RANGE,predicate:DaysSinceEpoch
 <= '16311')
   FILTER_OR
   FILTER_AND
   FILTER_FULL_SCAN(operator:RANGE,predicate:DestAirportID < '11867')
   FILTER_FULL_SCAN(operator:IN,predicate:DivTailNums IN 
('N3768','N438SW','N786SK','N636MQ','N3KXAA'))
   FILTER_FULL_SCAN(operator:NOT_IN,predicate:Carrier NOT IN ('DL','WN'))
   ```


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to