AMashenkov commented on code in PR #1581:
URL: https://github.com/apache/ignite-3/pull/1581#discussion_r1090569332
##########
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:
```suggestion
size
```
Let's just override the `colocationGroup` method instead, and add a short
explanation on why we throws an exception from here.
--
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]