[RESULT][VOTE][Julia] Release Apache Arrow Julia 2.7.0 RC1

2023-12-09 Thread Sutou Kouhei
Hi, The vote carries with 5 +1 binding votes, 1 +1 non-binding vote and no -1 votes. I'll publish this release to https://dist.apache.org/repos/dist/release/arrow/ . Thanks, -- kou In <20231206.053741.2155416544705844847@clear-code.com> "[VOTE][Julia] Release Apache Arrow Julia 2.7.0 RC1

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

2023-12-09 Thread Eric Hanson
I tried 5-10 more times, and it eventually went through: `dev/release/verify_rc.sh 2.7.0 1` returned "RC looks good!". +1 On 2023/12/07 00:16:25 Sutou Kouhei wrote: > Hi, > > Could you try again to check whether the failure is a > temporary network problem? And could you also try accessing > h

Re: Java, dictionary ids and schema equality

2023-12-09 Thread Antoine Pitrou
Hi Curt, Yes, it's a problem in the Java implementation of these tests. Ideally this should be fixed, but doing so would require some amount of scaffolding. Regards Antoine. Le 09/12/2023 à 21:47, Curt Hagenlocher a écrit : I've (mostly) fixed the C# implementation of dictionary IPC but

Java, dictionary ids and schema equality

2023-12-09 Thread Curt Hagenlocher
I've (mostly) fixed the C# implementation of dictionary IPC but I'm getting a failing integration test. The Java checks are explicitly validating that the dictionary IDs in the schema match the values it expects. None of the other implementations seem to do that, though they're obviously passing an