Takeshi Yamamuro created SPARK-19783:
----------------------------------------
Summary: Treat shorter/longer lengths of tokens as malformed records in CSV parser
Key: SPARK-19783
URL: https://issues.apache.org/jira/browse/SPARK-19783
Project: Spark
Issue Type: Improvement
Components: SQL
Affects Versions: 2.1.0
Reporter: Takeshi Yamamuro
If a length of tokens does not match an expected length in a schema, we probably need to treat
it as a malformed record.
https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/UnivocityParser.scala#L239
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|