Flaugh24 commented on code in PR #2058:
URL: https://github.com/apache/ignite-3/pull/2058#discussion_r1194920343
##########
modules/configuration/src/test/java/org/apache/ignite/internal/configuration/ConfigurationRegistryTest.java:
##########
@@ -137,10 +139,18 @@ void missingPolymorphicExtension() {
@Test
void testComplicatedPolymorphicConfig() throws Exception {
+
+ Map<String, Serializable> bootstrapConfig = Map.of(
Review Comment:
Configuration validation happens on
org.apache.ignite.internal.configuration.ConfigurationChanger#start. Nulls are
not allowed in the configuration, so we have to initialize null fields
--
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]