yimengael commented on code in PR #1873:
URL: https://github.com/apache/ignite-3/pull/1873#discussion_r1159306841
##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/IndexScanNodeExecutionTest.java:
##########
@@ -438,7 +430,7 @@ private void validateIndexScan(
ectx,
ectx.rowHandler().factory(ectx.getTypeFactory(), rowType),
index,
- new TestTable(rowType, schemaDescriptor),
+ new
org.apache.ignite.internal.sql.engine.framework.TestTable(rowType,
schemaDescriptor),
Review Comment:
@zstan What are the different distribution for TestTable ? I know there is
`broadcast`, what else do we have as distribution ? I would base my thinking on
that in order to create decorator pattern for each type of distribution. So i
would have different TestTable for each type of distribution.
--
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]