zstan commented on code in PR #5870: URL: https://github.com/apache/ignite-3/pull/5870#discussion_r2104408141
########## modules/schema/src/main/java/org/apache/ignite/internal/schema/configuration/ValueSerializationHelper.java: ########## @@ -62,7 +62,7 @@ public static String toString(Object defaultValue, NativeType type) { case STRING: case UUID: return defaultValue.toString(); Review Comment: removed ########## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/DefaultValue.java: ########## @@ -138,12 +138,12 @@ public static class ConstantValue extends DefaultValue { private ConstantValue(@Nullable Object value) { super(Type.CONSTANT); - NativeType nativeType = NativeTypes.fromObject(value); + @Nullable NativeType type0 = NativeTypes.fromObject(value); Review Comment: done -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org