vldpyatkov commented on a change in pull request #344:
URL: https://github.com/apache/ignite-3/pull/344#discussion_r747770110



##########
File path: 
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/StopCalciteModuleTest.java
##########
@@ -110,9 +111,9 @@ public void before(TestInfo testInfo) {
                 new Column[]{new Column("ID", NativeTypes.INT32, false)},
                 new Column[]{new Column("VAL", NativeTypes.INT32, false)}
         );
-        
-        schemaReg = new SchemaRegistryImpl(0, (v) -> schemaDesc);
-        
+    
+        schemaReg = new SchemaRegistryImpl(0, (v) -> schemaDesc, () -> 
INITIAL_SCHEMA_VERSION);

Review comment:
       Both of these constant were added later than my patch.
   I think not, but it is not my war).
   




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