Fokko commented on PR #34184: URL: https://github.com/apache/arrow/pull/34184#issuecomment-1430504597
Is this expected? 🔍 ``` > assert result.equals(expected) E assert False E + where False = <built-in method equals of pyarrow.lib.BooleanArray object at 0x7f41dfe37c90>(<pyarrow.lib.BooleanArray object at 0x7f41dfe37a60>\n[\n false,\n false,\n false,\n false,\n true\n]) E + where <built-in method equals of pyarrow.lib.BooleanArray object at 0x7f41dfe37c90> = <pyarrow.lib.BooleanArray object at 0x7f41dfe37c90>\n[\n false,\n false,\n false,\n null,\n true\n].equals ``` -- 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]
