jonded94 commented on PR #45471:
URL: https://github.com/apache/arrow/pull/45471#issuecomment-2648644385

   > allow either None, "lossy" and "strict", rather than a boolean.
   
   Sure, I actually also stumbled across that when I revisited that original 
Github issue. Before I do that, I'd like to ask whether you're generally fine 
with adding this new parameter to *every* `as_py` method? This has to be done 
because the  `to_pylist` method calls `as_py` on its member arrays (which can 
be all possible types), and therefore all array/scalar types have to support 
this parameter. I did not see any other way to easily implement this. I'm 
willing to do quick progress here, so if you come up with another idea, let me 
know.


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

Reply via email to