Re: [DISC][Release] More control on Release Candidates commits

2022-05-24 Thread Will Jones
+1 (nb) on "feature freeze". As someone who has been a part of that rush to get last-minute features in before the release, I think an explicitly "feature freeze" period sounds like a good idea. Thanks Jacob for bringing up semantic versioning. It's likely deserving of another thread, but I will j

Re: [DISC][Release] More control on Release Candidates commits

2022-05-24 Thread Sutou Kouhei
Hi, > I can see two ways to approach this issue that are both based on extending > our PR/commit title format with machine-readable information about the > nature of the changes in the commit. We could take inspiration from [4] or > something similar. This would allow us to easily update the overa

Re: Merge a pull request with GitHub API

2022-05-24 Thread Sutou Kouhei
Hi, Do you have any objections to this? If nobody objects this, I'll merge this in next week. Thanks, -- kou In <20220518.124328.1547483441605263532@clear-code.com> "Merge a pull request with GitHub API" on Wed, 18 May 2022 12:43:28 +0900 (JST), Sutou Kouhei wrote: > Hi, > > How ab

DISCUSS: Make bucket creation opt-in in C++ S3FileSystem?

2022-05-24 Thread Will Jones
Hello Arrow devs, I've written a PR for the C++ S3FileSystem that adds an option "allow_create_buckets" which when false will error if attempting to create or delete a bucket [1]. I've made the default value for this setting false, though made it easy to override in URI, during construction, or af

Re: DISCUSS: Make bucket creation opt-in in C++ S3FileSystem?

2022-05-24 Thread Weston Pace
+1 I think opt-in is the right way to go here. On Tue, May 24, 2022 at 12:40 PM Will Jones wrote: > > Hello Arrow devs, > > I've written a PR for the C++ S3FileSystem that adds an option > "allow_create_buckets" which when false will error if attempting to create > or delete a bucket [1]. I've m