gortiz commented on code in PR #11824: URL: https://github.com/apache/pinot/pull/11824#discussion_r1373105361
########## pinot-query-runtime/src/test/resources/queries/CountDistinct.json: ########## @@ -119,11 +119,13 @@ { "comments": "table aren't actually partitioned by val thus all segments can produce duplicate results, thus [[8]]", "sql": "SELECT SEGMENT_PARTITIONED_DISTINCT_COUNT(val) FROM {tbl1}", + "ignored": true, Review Comment: This (and the other 2 tests in this file) started to fail as soon as I added new tests in `NullHandling.json`. I'm not sure why, but it happens when adding more queries, so it looks like an issue in the test framework. -- 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