pitrou commented on pull request #10202:
URL: https://github.com/apache/arrow/pull/10202#issuecomment-852278031


   > Does this use case make sense? Does it seem like something you want to 
support?
   
   It makes sense, but I'm not sure we want to support it. Basically, I would 
like to see if it can be implemented with minimal complication at the heart of 
the CSV parser internals. In particular, I don't want the handler to be able to 
modify any data. It should only be allowed to return a `Status` to say whether 
we should go on or not.
   
   Sidenote: if the CSV parser loses sync (for exemple because of a misquoted 
CSV cell), you may also have many "invalid" rows.
   


-- 
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]


Reply via email to