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/07 12:03:11 UTC

[GitHub] [arrow] pitrou commented on pull request #10897: ARROW-13580: [C++] quoted_strings_can_be_null only applied to string columns

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


   Well, the docstring looks quite clear to me:
   ```c++
     /// Whether string / binary columns can have quoted null values.
     ///
     /// If true *and* `strings_can_be_null` is true, then quoted strings in
     /// "null_values" are also considered null for string columns.  Otherwise,
     /// quoted strings are never considered null.
   ```
   
   Perhaps it's beneficial to change the behaviour?


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