cloud-fan commented on issue #26973: [SPARK-30323][SQL] Support filters 
pushdown in CSV datasource
URL: https://github.com/apache/spark/pull/26973#issuecomment-573651056
 
 
   I believe it's the same problem as column pruning. When we return data 
earlier, we may skip parsing some columns and treat a malformed record as 
normal. My feeling is that, we don't have a clear definition about what is a 
malformed record, if we don't need to parse the whole record.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to