Berkof commented on a change in pull request #452:
URL: https://github.com/apache/ignite-3/pull/452#discussion_r753946417
##########
File path:
modules/schema/src/main/java/org/apache/ignite/internal/schema/Column.java
##########
@@ -178,6 +181,15 @@ public Object defaultValue() {
return defValSup.get();
}
+ /**
+ * Get no default value flag: {@code true} if column hasn't default value,
{@code false} - otherwise.
+ *
+ * @return {@code true} if column hasn't default value, {@code false} -
otherwise.
Review comment:
Change logic after discussion. Now: no default value means that
defValueSupplier returns null. No mapper - was it specified explicitly or
implicitly.
--
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]