xtern commented on code in PR #1581:
URL: https://github.com/apache/ignite-3/pull/1581#discussion_r1090737122


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/ExecutionServiceImplTest.java:
##########
@@ -607,7 +633,8 @@ protected TestTable createTable(String name, int size, 
IgniteDistribution distr,
                 new TableDescriptorImpl(columns, distr),
                 name,
                 ColocationGroup.forNodes(nodeNames),
-                size
+                size,
+                () -> mappingException

Review Comment:
   Thanks, I've fixed it as per your suggestion.



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