zstan commented on code in PR #6356:
URL: https://github.com/apache/ignite-3/pull/6356#discussion_r2372801821
##########
modules/compatibility-tests/src/integrationTest/java/org/apache/ignite/internal/ItCompatibilityTest.java:
##########
@@ -49,29 +52,59 @@ protected void
configureInitParameters(InitParametersBuilder builder) {
@Override
protected void setupBaseVersion(Ignite baseIgnite) {
- sql(baseIgnite, "CREATE TABLE TEST(ID INT PRIMARY KEY, VAL VARCHAR)");
+ sql(baseIgnite, "CREATE TABLE TEST_ALL_TYPES("
+ + "ID INT PRIMARY KEY, "
+ + "VAL_INT INT, "
Review Comment:
do we also need tests with defaults ?
--
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]