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

   > Mostly good. I saw you added mode into the AllNullQueriesTest, but somehow 
I didn't find where the null intermediate result is handled
   
   The change I made there was to create one test per query instead of 
executing all in the same test method. The only reason to apply the change is 
to improve the UX in the case there is at least one failure. Before only the 
first error was reported and once you fix the issue there you had to run the 
tests again to check if there were other failures. Now all failures are 
reported at the same time.
   
   I've modified the code long ago, so I don't remember the exact changes, but 
reading the diff it doesn't look I've changed anything related to null 
intermediate result.


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