What happened?
The ConfigKeyBuilder.defaultValue property has a default value of null. Based on the default value in the current ConfigKey constructor the default value should be ConfigDef.NO_DEFAULT_VALUE
What did you expect to happen?
When not defined the defaultValue of the resulting key should be NO_DEFAULT_VALUE.
What happened?
The
ConfigKeyBuilder.defaultValueproperty has a default value ofnull. Based on the default value in the current ConfigKey constructor the default value should be ConfigDef.NO_DEFAULT_VALUEWhat did you expect to happen?
When not defined the defaultValue of the resulting key should be NO_DEFAULT_VALUE.