Closed wajda closed 1 year ago
This is a continuation of #610
This is fixed in commons-configuration:1.7 https://issues.apache.org/jira/browse/CONFIGURATION-432 Unfortunately, Spark 2.4 depends on version 1.6 There already were other issues with YAML as version 1.2 being interpreted as float and there may be more. Other properties sources just treat everything as string and do the conversion once it is asked for. Maybe we could use Yaml the same way.
This is fixed in commons-configuration:1.7 https://issues.apache.org/jira/browse/CONFIGURATION-432
Unfortunately, Spark 2.4 depends on version 1.6
There already were other issues with YAML as version 1.2 being interpreted as float and there may be more. Other properties sources just treat everything as string and do the conversion once it is asked for. Maybe we could use Yaml the same way.
This is a continuation of #610