yashmayya opened a new pull request, #13746: URL: https://github.com/apache/pinot/pull/13746
- This patch adds a broker API to run a query on both the single stage and the multi stage query engines and compare the results. It complements the migration metric added in https://github.com/apache/pinot/pull/13628 in order to assist users that want to migrate from the v1 query engine to the v2 query engine. - This tool is a more "active" way of checking queries than the "passive" metric that only checks whether the v1 queries being run are compilable in v2. - Here, the query is actually run on both the query engines and the results are compared. Any differences such as a mismatch in the number of result rows, types of result columns etc. are explicitly called out to the user. -- 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