bboissin opened a new pull request, #700:
URL: https://github.com/apache/arrow-rs-object-store/pull/700
In some cases, valid CSV in datafusion would return: `Generic { store:
"LineDelimiter", source: UnterminatedString }` due to incorrect logic.
records_ends is a double ended iterator, so when calling next_back() the
quoting/escaping logic would run in reverse, corrupting the internal state.
# Which issue does this PR close?
Closes #650
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]