aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhyukjinkwon <gurwls223@gmail.com>2016-02-21 13:21:59 -0800
committerReynold Xin <rxin@databricks.com>2016-02-21 13:21:59 -0800
commit7eb83fefd19e137d80a23b5174b66b14831c291a (patch)
treead57156e0eaff85aea164b14cc9de7fcbc65de91 /docs
parentb6a873d6d4682796f55dbafadd0b5cad881f96ea (diff)
downloadspark-7eb83fefd19e137d80a23b5174b66b14831c291a.tar.gz
spark-7eb83fefd19e137d80a23b5174b66b14831c291a.tar.bz2
spark-7eb83fefd19e137d80a23b5174b66b14831c291a.zip
[SPARK-13137][SQL] NullPoingException in schema inference for CSV when the first line is empty
https://issues.apache.org/jira/browse/SPARK-13137 This PR adds a filter in schema inference so that it does not emit NullPointException. Also, I removed `MAX_COMMENT_LINES_IN_HEADER `but instead used a monad chaining with `filter()` and `first()`. Lastly, I simply added a newline rather than adding a new file for this so that this is covered with the original tests. Author: hyukjinkwon <gurwls223@gmail.com> Closes #11023 from HyukjinKwon/SPARK-13137.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions