westonpace edited a comment on pull request #10897: URL: https://github.com/apache/arrow/pull/10897#issuecomment-895450555
Ah, if this is a behavior change then I can update that docstring as well. I'll add, in support of my argument, that we parse quoted non-nulls as integers. For example: ``` >>> pyarrow.csv.read_csv(io.BytesIO(b'A\n"1"\n"2"\n')) pyarrow.Table A: int64 ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org