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


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/framework/TestTable.java:
##########
@@ -234,6 +239,12 @@ public boolean rolledUpColumnValidInsideAgg(
     /** {@inheritDoc} */
     @Override
     public ColocationGroup colocationGroup(MappingQueryContext ctx) {
+        RuntimeException ex = mappingExceptionSupplier.get();
+
+        if (ex != null) {
+            throw ex;
+        }
+

Review Comment:
   ```suggestion
   ```
   This looks like a dirty hack.



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