Re: [VOTE][Julia] Release Apache Arrow Julia 2.5.1 RC1

2023-04-12 Thread David Li
I was able to reproduce it just now, with the same error. If there's a patch I can apply or a flag I can set, I'm happy to give it a run in the AM. On Wed, Apr 12, 2023, at 10:02, Jacob Quinn wrote: > Hmmm, I'm also on MacOS m1, but didn't have any issues running tests. > > David, is the error re

Re: [CROWDSOURCING] Apache Arrow Board Report - April 12, 2023

2023-04-12 Thread Andrew Lamb
No problem. Thank you everyone for your help assembling the report. I have submitted it to the ASF board. Again, the breadth of work across the project is quite amazing. Andrew On Tue, Apr 11, 2023 at 12:07 PM Matt Topol wrote: > My apologies, I forgot to add updates for the Go section previo

Re: [VOTE][Julia] Release Apache Arrow Julia 2.5.1 RC1

2023-04-12 Thread Eric Hanson
I saw the same issue, on Julia 1.8.5, macOS m1. I tried Rosetta as well and got a different error: https://github.com/apache/arrow-julia/issues/425 On 2023/04/12 07:10:14 David Li wrote: > I was able to reproduce it just now, with the same error. If there's a patch > I can apply or a flag I can

Re: Arrow community meeting April 12 at 16:00 UTC

2023-04-12 Thread Ian Cook
Below is a summary of the notes from today's meeting: Attendees: - Ian Cook - Raúl Cumplido - Xuwei Fu - Will Jones - Bryce Mecum - Rok Mihevc - Sri Nadukudy - Ashish Paliwal - Dane Pitkin - David Dali Susanibar Arce - Matthew Topol - Joris Van den Bossche - Jacob Wujciak Discussion: 12.0.0 re

Re: [VOTE][Julia] Release Apache Arrow Julia 2.5.1 RC1

2023-04-12 Thread Sutou Kouhei
+1 I ran the following command line on Debian GNU/Linux sid: VERIFY_FORCE_USE_JULIA_BINARY=1 dev/release/verify_rc.sh 2.5.1 1 Thanks, -- kou In <20230412.065024.1168973201928687772@clear-code.com> "[VOTE][Julia] Release Apache Arrow Julia 2.5.1 RC1" on Wed, 12 Apr 2023 06:50:24 +0900

Re: [VOTE][Julia] Release Apache Arrow Julia 2.5.1 RC1

2023-04-12 Thread Ben Baumgold
I saw the same issue on my M1 Mac with Julia v1.8.5. All tests pass successfully on my x86_64 GNU/Linux box with Julia v1.8.5. On 2023/04/12 17:26:20 Eric Hanson wrote: > I saw the same issue, on Julia 1.8.5, macOS m1. I tried Rosetta as well and > got a different error: https://github.com/apac