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


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/row/RowSchemaTypesTest.java:
##########
@@ -124,10 +124,7 @@ public Stream<DynamicTest> 
testFromNativeTypeWithNullability() {
 
         Set<Entry<NativeTypeSpec, Boolean>> nativeTypeSpecs = new 
CopyOnWriteArraySet<>();
 
-        EnumSet<NativeTypeSpec> set = EnumSet.allOf(NativeTypeSpec.class);
-        set.removeAll(Set.of(NativeTypeSpec.BITMASK, NativeTypeSpec.NUMBER));
-
-        for (NativeTypeSpec spec : set) {
+        for (NativeTypeSpec spec : EnumSet.allOf(NativeTypeSpec.class)) {

Review Comment:
   Regarding the IGNITE-18431. I think that this issue is not resolved and we 
should keep it.
   



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