xtern commented on code in PR #7630:
URL: https://github.com/apache/ignite-3/pull/7630#discussion_r2845757988


##########
modules/api/src/test/java/org/apache/ignite/table/TupleImplTest.java:
##########
@@ -91,4 +93,12 @@ void testValueOrDefaultSkipNormalization() {
         // must be found by non normalized name, regular method does 
normalization
         assertEquals("non-normalized", tuple.valueOrDefault("\"Name\"", 
"default"));
     }
+
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-27577";)
+    @ParameterizedTest
+    @Override
+    @SuppressWarnings("JUnitMalformedDeclaration")
+    public void allTypesUnsupportedConversion(ColumnType from, ColumnType to) {
+        super.allTypesUnsupportedConversion(from, to);

Review Comment:
   Fixed in this commit 
[456d390](https://github.com/apache/ignite-3/pull/7630/commits/456d390b14fed355a8c1e32e8dcf72edf0b2c96f)



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