Antoine Pitrou

Results 823 comments of Antoine Pitrou

This was fixed in #41958, after inspiration from @AlenkaF 's own PR. Thanks!

I see that some tests are skipped on macOS because `azurite-blob` cannot be found, is it expected? https://github.com/apache/arrow/actions/runs/8068749515/job/22042241403?pr=40021#step:6:451

> I see that some tests are skipped on macOS because `azurite-blob` cannot be found, is it expected? > https://github.com/apache/arrow/actions/runs/8068749515/job/22042241403?pr=40021#step:6:451 The same problem can be seen on the wheel builds,...

@Tom-Newton Leap year failures. This PyArrow test seems to fail on Feb 29. We should perhaps retry tomorrow to get a clearer view of the remaining issues :-)

Actually, you can rebase from main now that https://github.com/apache/arrow/pull/40288 has been merged

Thanks for this @AlenkaF . I have two general suggestions here: 1) given that the types are purely physical here (i.e. float32 should use the same conversion code as int32...