Re: [PROPOSAL] Serve stable and development versions of Arrow Cookbooks

2022-09-26 Thread Nic
I think having multiple versions is a great idea - given we've intentionally written tests for the recipes for testing when recipes are out-of-date, it'll be good to take advantage of that properly. On Thu, 22 Sept 2022 at 15:01, Raúl Cumplido wrote: > > Please call it "main" or "master", not "d

Re: [PROPOSAL] Serve stable and development versions of Arrow Cookbooks

2022-09-22 Thread Raúl Cumplido
> Please call it "main" or "master", not "dev". > Sure, just to confirm I said dev because it is using the latest nightlies version but the branch is called main on the cookbooks repo and I don't plan to change that.

Re: [PROPOSAL] Serve stable and development versions of Arrow Cookbooks

2022-09-22 Thread Antoine Pitrou
Hello, Le 22/09/2022 à 15:27, Raúl Cumplido a écrit : I want to get feedback on the following proposal: Stable will be hosted as today at https://arrow.apache.org/cookbook and the development version at https://arrow.apache.org/cookbook/dev. In order to automate the process my initial idea

[PROPOSAL] Serve stable and development versions of Arrow Cookbooks

2022-09-22 Thread Raúl Cumplido
Hi, I have started to do some work on the Arrow Cookbooks to allow us to build them for both the stable and development versions of Arrow. The rationale for doing this is that today we have to wait until the new version of Arrow is released in order to create Cookbooks for the new functionality.