You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/09 18:39:51 UTC

[GitHub] [arrow] westonpace edited a comment on pull request #10897: ARROW-13580: [C++] quoted_strings_can_be_null only applied to string columns

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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org