Releases: AbsaOSS/cobrix
Releases · AbsaOSS/cobrix
Minor feature release
- #397 Fix skipping of empty lines when reading ASCII files with
is_record_sequence = true - #394 Added an ability to specify multiple paths to read data from (Use
.option("paths", inputPaths.mkString(","))). This is a workaround implementation since adding support for multiple paths in load() would require a big rewrite for spark-cobol from data source to data format. - #372 Added an option to better handle null values in DISPLAY formatted data:
.option("improved_null_detection", "false")