lowka commented on code in PR #3187:
URL: https://github.com/apache/ignite-3/pull/3187#discussion_r1494358025


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/framework/TestBuilders.java:
##########
@@ -355,6 +358,9 @@ public interface TableBuilder extends 
TableBuilderBase<TableBuilder> {
         /** Sets id for the table. The caller must guarantee that provided id 
is unique. */
         TableBuilder tableId(int id);
 
+        /** Sets the number of partitions fot this table. default value is 1. 
*/

Review Comment:
   Thanks. Fixed.



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