gortiz commented on code in PR #15277: URL: https://github.com/apache/pinot/pull/15277#discussion_r2003067989
########## pinot-query-runtime/src/test/resources/queries/Aggregates.json: ########## @@ -644,13 +644,13 @@ "description": "nested aggregation", "sql": "SELECT min(max(int_col)) FROM {tbl}", "comments": ".*Aggregate expressions cannot be nested.", - "expectedException": "Error composing query plan for.*" + "expectedException": ".*Aggregate expressions cannot be nested" Review Comment: The error message now is better than before. In fact, we shouldn't have been asserting the original message. -- 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