You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Fokko (via GitHub)" <gi...@apache.org> on 2023/02/14 23:00:39 UTC

[GitHub] [arrow] Fokko commented on pull request #34184: GH-34154: [Python] Add `is_nan` expression

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org