amoeba commented on PR #47240:
URL: https://github.com/apache/arrow/pull/47240#issuecomment-3138496150

   Good. Looks like the unit test reproduced the failure above.
   
   From 
[wheel-windows-cp13-cp13-amd64](https://github.com/ursacomputing/crossbow/actions/runs/16637800781/job/47082104737#step:9:982):
   
   ```sh
           arr = pa.array([True, False, False, False, False, None])
           result = arr.fill_null(True)
           expected = pa.array([True, False, False, False, False, True])
   >       assert result.equals(expected)
   E       assert False
   E        +  where False = equals(<pyarrow.lib.BooleanArray object at 
0x0000024063DA5240>\n[\n  true,\n  false,\n  false,\n  false,\n  false,\n  
true\n])
   E        +    where equals = <pyarrow.lib.BooleanArray object at 
0x0000024063DA7040>\n[\n  true,\n  true,\n  false,\n  false,\n  false,\n  
false\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-unsubscr...@arrow.apache.org

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

Reply via email to