Re: [RESULT][VOTE] Release Apache Arrow 11.0.0 - RC0

2023-02-02 Thread Raúl Cumplido
> > - [] Upload RubyGems > > > - [] Upload JavaScript packages > > > - [] Upload C# packages > > > - [] Update conda recipes > > > - [] Upload wheels/sdist to pypi > > > - [] Publish Maven artifacts > > > - [] Update R packages > > >

Re: [RESULT][VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-27 Thread Neal Richardson
artifacts > > - [] Update R packages > > - [] Update vcpkg port > > - [] Update Conan recipe > > - [] Bump versions > > - [] Update tags for Go modules > > - [] Update docs > > - [] Update version in Apache Arrow Cookbook > > - [] Announce the ne

Re: [RESULT][VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-27 Thread Raúl Cumplido
Apache Arrow Cookbook > - [] Announce the new release > - [] Publish release blog posts > - [] Remove old artifacts > > Thanks, > -- > kou > > In > "[RESULT][VOTE] Release Apache Arrow 11.0.0 - RC0" on Wed, 25 Jan 2023 > 11:17:35 +0100, > Raúl Cumplido wrote:

Re: [RESULT][VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-25 Thread Sutou Kouhei
] Update tags for Go modules - [] Update docs - [] Update version in Apache Arrow Cookbook - [] Announce the new release - [] Publish release blog posts - [] Remove old artifacts Thanks, -- kou In "[RESULT][VOTE] Release Apache Arrow 11.0.0 - RC0" on Wed, 25 Jan 2023 11:17:35 +0100,

[RESULT][VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-25 Thread Raúl Cumplido
this situation (Apache Arrow C++ > > doesn't work with unreleased LLVM) with it in future. > > > > > > > > Thanks, > > -- > > kou > > > > In > > "Re: [VOTE] Release Apache Arrow 11.0.0 - RC0" on Fri, 20 Jan 2023 > > 10:50

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-22 Thread Dewey Dunnington
) > > > We may want to add a CI job with llvm-toolchain-snapshot > https://apt.llvm.org/focal/pool/main/l/llvm-toolchain-snapshot/ > . We will be able to avoid this situation (Apache Arrow C++ > doesn't work with unreleased LLVM) with it in future. > > > > Thanks, >

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-21 Thread Sutou Kouhei
ache Arrow C++ doesn't work with unreleased LLVM) with it in future. Thanks, -- kou In "Re: [VOTE] Release Apache Arrow 11.0.0 - RC0" on Fri, 20 Jan 2023 10:50:29 -0500, Neal Richardson wrote: > I received an email this morning from the CRAN maintainers about a C++ > build f

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-21 Thread David Li
.sh 11.0.0 0 >> >> * TEST_DEFAULT=0 \ >> TEST_YUM=1 \ >> LANG=C \ >> dev/release/verify-release-candidate.sh 11.0.0 0 >> >> with: >> >> * .NET SDK (6.0.403) >> * Python 3.10.8 >> * gcc (Debian 12.2.0-9) 12.2.0 &

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-21 Thread Krisztián Szűcs
ase/verify-release-candidate.sh 11.0.0 0 > > with: > > * .NET SDK (6.0.403) > * Python 3.10.8 > * gcc (Debian 12.2.0-9) 12.2.0 > * nvidia-cuda-dev 11.6.2-3 > * openjdk version "17.0.5" 2022-10-18 > * ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-20 Thread Sutou Kouhei
h 11.0.0 0 with: * .NET SDK (6.0.403) * Python 3.10.8 * gcc (Debian 12.2.0-9) 12.2.0 * nvidia-cuda-dev 11.6.2-3 * openjdk version "17.0.5" 2022-10-18 * ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux-gnu] Thanks, -- kou In "[VOTE] Release Apache Arrow 11.0.0 - RC

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-20 Thread Neal Richardson
I received an email this morning from the CRAN maintainers about a C++ build failure on clang 16. Although clang 16 is not scheduled for release until March, CRAN wants to ensure that all packages build successfully on it when it becomes available, so they've given us an ultimatum to fix the issue

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-20 Thread Raúl Cumplido
+1 (non binding) I have tested both SOURCES and BINARIES successfully with: TEST_DEFAULT=0 TEST_SOURCE=1 dev/release/verify-release-candidate.sh 11.0.0 0 TEST_DEFAULT=0 TEST_WHEELS=1 dev/release/verify-release-candidate.sh 11.0.0 0 TEST_DEFAULT=0 TEST_BINARIES=1

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Weston Pace
I've got a fix[1] in for the verification script for C#. There are more details in the issue and the PR but IMO we are compatible with C#7 and C#6, we simply were not testing it correctly. I have run the tests locally with both 6.0 and 7.0 sdks and they passed. [1]

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Jean-Baptiste Onofré
+1 (non binding) I had some verification tasks failing, but I guess it's normal and acceptable for a RC. I will take a deeper look during the weekend. Regards JB On Thu, Jan 19, 2023 at 11:06 AM Raúl Cumplido wrote: > > Hi, > > I would like to propose the following release candidate (RC0) of

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Jacob Wujciak
I have investigated the issue of the system xsimd causing an error [1] and I don't think this should be a blocker as it can be circumvented by explicitly setting xsimd_SOURCE=BUNDLED. I don't think the incompatibility with C# 7 should be a blocker either, it should probably be documented that we

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Rok Mihevc
On a relatively fresh Ubuntu 22.04 without conda I had to apt install some libs (default-jdk maven libjemalloc-dev libgirepository1.0-dev libsqlite3-dev) and this passed fine: TEST_DEFAULT=0 TEST_SOURCE=1 dev/release/verify-release-candidate.sh +1 Rok On Thu, Jan 19, 2023 at 3:05 PM Raúl

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Raúl Cumplido
Thanks Antoine, I can finally reproduce it. Thanks Jacob Wujciak for the pointer on the log, I couldn't find it: -- Building xsimd from source CMake Error at cmake_modules/ThirdpartyToolchain.cmake:2295 (add_library): add_library cannot create imported target "xsimd" because another target

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Antoine Pitrou
I used the following command: LANG=C TEST_DEFAULT=0 TEST_CPP=1 ./dev/release/verify-release-candidate.sh 11.0.0 0 Here is the full output: https://gist.github.com/pitrou/3fdca2460fa71bba731b0706703b70b2 Regards Antoine. Le 19/01/2023 à 13:07, Raúl Cumplido a écrit : El jue, 19 ene

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Raúl Cumplido
El jue, 19 ene 2023 a las 12:21, Antoine Pitrou () escribió: > > On Ubuntu 22.04, C++ source verification *without conda* fails because > it is attempting to find various libraries (re2, LLVM, rapidjson, etc.). > > Antoine, could you help me understand what the issue is here or how to reproduce

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Raúl Cumplido
Thanks Antoine, It seems dotnet 7.0.0 was released in November and we never added new tasks for it [1]. I've tested locally on Ubuntu 22.04 with dotnet 6.0.202 successfully but can reproduce the same issue when I upgrade to 7.0.102. I've created an issue for it [2]. Thanks, Raúl [1]

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Antoine Pitrou
On Ubuntu 22.04, C++ source verification *without conda* fails because it is attempting to find various libraries (re2, LLVM, rapidjson, etc.). C++ source verification succeeds with conda. Le 19/01/2023 à 11:06, Raúl Cumplido a écrit : Hi, I would like to propose the following release

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Antoine Pitrou
On Ubuntu 22.04, C# verification fails: === Build and test C# libraries === └ Ensuring that C# is installed... └ Found C# at (.NET 7.0.102) ./dev/release/verify-release-candidate.sh: line 341: 28770 Segmentation fault dotnet tool install

Re: [VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Raúl Cumplido
Hi, I haven't run the verification tasks locally myself but I wanted to make people aware of this issue: https://github.com/apache/arrow/issues/15054 Which is causing some issues on some of the verification tasks. Thanks, Raúl El jue, 19 ene 2023 a las 11:06, Raúl Cumplido () escribió: > Hi,

[VOTE] Release Apache Arrow 11.0.0 - RC0

2023-01-19 Thread Raúl Cumplido
Hi, I would like to propose the following release candidate (RC0) of Apache Arrow version 11.0.0. This is a release consisting of 423 resolved GitHub issues[1]. This release candidate is based on commit: f10f5cfd1376fb0e602334588b3f3624d41dee7d [2] The source release rc0 is hosted at [3]. The