zstan commented on code in PR #3335:
URL: https://github.com/apache/ignite-3/pull/3335#discussion_r1525806072


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/framework/TestBuilders.java:
##########
@@ -335,6 +339,16 @@ public interface ClusterBuilder {
          */
         ClusterBuilder dataProvider(String nodeName, String tableName, 
ScannableTable table);
 
+        /**
+         * Provides implementation of table with given name local per given 
node.
+         *
+         * @param nodeNames Names of the nodes given instance of table will be 
assigned to.
+         * @param tableName Name of the table given instance represents.
+         * @param table Actual table that will be used for read operations 
during execution.
+         * @return {@code this} for chaining.
+         */
+        ClusterBuilder dataProviders(List<String> nodeNames, String tableName, 
ScannableTable table);

Review Comment:
   remove method, rewrite code



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