AlenkaF commented on issue #34987: URL: https://github.com/apache/arrow/issues/34987#issuecomment-3552234945
There has been changes in the meantime where `__bool__` method has been added to the `BooleanScalar` class, see: https://github.com/apache/arrow/pull/45818/files#diff-0d5c7373af0f1e13f3feacf7a4fdb4e99f979e162379160ae1cd8efeb726add5 This issue slipped past and so the current code decides boolean value of `None` is `False` and it only implements the method for `BooleanScalar`, not other scalars. I am happy to correct the current situation to better reflect this discussion. -- 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]
