You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by koertkuipers <gi...@git.apache.org> on 2018/08/20 03:35:41 UTC

[GitHub] spark issue #21273: [SPARK-17916][SQL] Fix empty string being parsed as null...

Github user koertkuipers commented on the issue:

    https://github.com/apache/spark/pull/21273
  
    to summarize my findings from jira:
    this breaks any usage without quoting. for example we remove all characters from our values that need to be quoted (delimiters, newlines) so we know we will always write unquoted csv, but now we suddenly find these empty quoted strings in our output. the systems we write to cannot handle these quoted values.



---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org