Re: [RESULT][VOTE] Split Go release process

2024-08-28 Thread Sutou Kouhei
Hi, I've created apache/arrow-go and opened issues on apache/arrow-go and apache/arrow: * https://github.com/apache/arrow-go/issues * https://github.com/apache/arrow/issues?q=is%3Aissue+is%3Aopen+label%3A%22Component%3A+Go%22 (#43872 or later) https://github.com/apache/arrow-go/issues/1 (Imp

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

2024-08-28 Thread Jacob Quinn
+1. Tested on macos. On Wed, Aug 28, 2024 at 6:00 PM Sutou Kouhei wrote: > Hi, > > I would like to propose the following release candidate (RC1) of > Apache Arrow Julia version 2.7.3. > > This release candidate is based on commit: > 2696105d01cfda7c55d1902951a20908a3c205e5 [1] > > The source rel

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

2024-08-28 Thread David Li
+1 (binding) Tested on Debian Bookworm On Thu, Aug 29, 2024, at 09:15, Sutou Kouhei wrote: > +1 (binding) > > I ran the following command line on Debian GNU/Linux sid: > > VERIFY_FORCE_USE_JULIA_BINARY=1 dev/release/verify_rc.sh 2.7.3 1 > > > Thanks, > -- > kou > > In <20240829.085933.65207404

[RESULT][VOTE] Split Go release process

2024-08-28 Thread Sutou Kouhei
Hi, The vote carries with: 7 +1 (binding): Sutou Kouhei, David Li, Matt Topol, Raúl Cumplido, Antoine Pitrou, Joris Van den Bossche, Uwe L. Korn 4 +1 (non-binding): Jacob Wujciak, Ruoxi Sun, Xuwei Fu, Joel Lubinitsk 0 0: 0 -1: I'll list tasks for this and share them here as the first step

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

2024-08-28 Thread Sutou Kouhei
+1 (binding) I ran the following command line on Debian GNU/Linux sid: VERIFY_FORCE_USE_JULIA_BINARY=1 dev/release/verify_rc.sh 2.7.3 1 Thanks, -- kou In <20240829.085933.652074049537754677@clear-code.com> "[VOTE][Julia] Release Apache Arrow Julia 2.7.3 RC1" on Thu, 29 Aug 2024 08:59

Re: [DISCUSS][C++] Indent #if (preprocessor directives)

2024-08-28 Thread Sutou Kouhei
Right. clang-format does this automatically. In "Re: [DISCUSS][C++] Indent #if (preprocessor directives)" on Wed, 28 Aug 2024 23:24:17 +0800, Gang Wu wrote: > I believe this is already done by clang-format [1] > > [1] > https://github.com/apache/arrow/pull/43798/files#diff-1026e0038b72299

[VOTE][Julia] Release Apache Arrow Julia 2.7.3 RC1

2024-08-28 Thread Sutou Kouhei
Hi, I would like to propose the following release candidate (RC1) of Apache Arrow Julia version 2.7.3. This release candidate is based on commit: 2696105d01cfda7c55d1902951a20908a3c205e5 [1] The source release rc1 is hosted at [2]. Please download, verify checksums and signatures, run the unit

Re: [DISCUSS][C++] Indent #if (preprocessor directives)

2024-08-28 Thread Gang Wu
I believe this is already done by clang-format [1] [1] https://github.com/apache/arrow/pull/43798/files#diff-1026e0038b722990204a42bed8a6f7c0ec2302aa79e3fad1959d62ba968edfa2 Best, Gang On Wed, Aug 28, 2024 at 4:35 PM Antoine Pitrou wrote: > > Is there a way to ensure this is done automatically

Re: [DISCUSS][C++] Indent #if (preprocessor directives)

2024-08-28 Thread Antoine Pitrou
Is there a way to ensure this is done automatically? Regards Antoine. On Wed, 28 Aug 2024 10:05:45 +0900 (JST) Sutou Kouhei wrote: > Hi, > > How about indenting preprocessor directives for readability? > > Issue: https://github.com/apache/arrow/issues/43796 > PR: https://github.com/apache