alex-plekhanov commented on a change in pull request #9774:
URL: https://github.com/apache/ignite/pull/9774#discussion_r795538989



##########
File path: 
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/logical/SqlScriptRunner.java
##########
@@ -714,7 +717,8 @@ private void checkResultsHashed(List<List<?>> res) {
 
             if (!res0.equals(expectedHash))
                 throw new AssertionError("Unexpected hash result, expected=" + 
expectedHash +
-                    ", values=" + res.size() * res.get(0).size() + ", 
expected=" + expectedRows);
+                    ", values=" + res.size() * res.get(0).size() + ", 
expected=" + expectedRows + ", calculated=" +

Review comment:
       Let's add also `posDesc` to the message for navigating from IDE in case 
of failure (see other messages as example)




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to