fsdvh opened a new pull request, #4666:
URL: https://github.com/apache/arrow-rs/pull/4666

   # Which issue does this PR close?
   
   More intuitive values for default bool to string casting
   
   # Rationale for this change
    
   It's non very obvious that bool will be converted to `1` or `0`, I imagine 
that the main case for such casting would be comparison with string, which I 
guess should be done using a direct string representation of bool like `true` & 
`false`
   
   # What changes are included in this PR?
   
   The default behavior for bool casting to string
   
   # Are there any user-facing changes?
   
   Yes
   


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

Reply via email to