master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 0 additions and 2 deletions
Showing only changes of commit adccc2346a - Show all commits

View File

@ -69,8 +69,6 @@ public class GetSDGSparkJob implements Serializable {
.read() .read()
.format("csv") .format("csv")
.option("sep", delimiter) .option("sep", delimiter)
.option("inferSchema", "true")
.option("header", "true")
.option("quotes", "\"") .option("quotes", "\"")
.load(sourcePath); .load(sourcePath);