Re: [DISCUSS] Towards Avatica-Go 3.1.0

2018-08-29 Thread Josh Elser
Sounds good! Will try to take it for a spin. On 8/28/18 7:05 PM, Francis Chuang wrote: Hi all, I'd like to start a vote for Avatica-Go 3.1.0 over the next few days. Some key things I'd like to address in this release: - Go 1.11 was released a few days ago and now includes support for depende

Re: [DISCUSS] Towards Avatica-Go 3.1.0

2018-08-28 Thread Francis Chuang
I just checked the release script for avatica-go. It looks like md5 and zip archives were removed sometime ago, so this should not be a problem. On 29/08/2018 9:26 AM, Julian Hyde wrote: True. But you will run into grief from the Apache release police if you do. I would strongly recommend foll

Re: [DISCUSS] Towards Avatica-Go 3.1.0

2018-08-28 Thread Francis Chuang
I will also be including the transition plan in the release notes and the news item for the release. The JIRA case is CALCITE-2335. I believe zip archives were removed, but I will check to confirm. I will also check to confirm if we are still releasing a .md5 for Avatica-Go. MD5 is easily crack

Re: [DISCUSS] Towards Avatica-Go 3.1.0

2018-08-28 Thread Julian Hyde
True. But you will run into grief from the Apache release police if you do. I would strongly recommend following the recommendation. :) > On Aug 28, 2018, at 4:23 PM, Michael Mior wrote: > > Looks like a great plan. Thanks Francis :) > > Also, while I think we should drop the .md5 (and I don'

Re: [DISCUSS] Towards Avatica-Go 3.1.0

2018-08-28 Thread Michael Mior
Looks like a great plan. Thanks Francis :) Also, while I think we should drop the .md5 (and I don't see a good reason not to), SHOULD NOT indicates that it's a recommendation, not a requirement. -- Michael Mior mm...@apache.org Le mar. 28 août 2018 à 19:13, Julian Hyde a écrit : > Thanks for

Re: [DISCUSS] Towards Avatica-Go 3.1.0

2018-08-28 Thread Julian Hyde
Also, it’s helpful that you are publishing the transition plan up-front. Do you plan to include it in the release notes, or perhaps reference a JIRA case? Users of avatica-go may not be subscribed to this list, but they still need to be aware of the transition plan. > On Aug 28, 2018, at 4:05 P

Re: [DISCUSS] Towards Avatica-Go 3.1.0

2018-08-28 Thread Julian Hyde
Thanks for driving this, Francis. Apache release policy and Calcite release practice have both changed recently: * Calcite no longer releases a .zip, only a .tar.gz; and we no longer release an .md5[1]. If you want to drop the .zip feel free; if not, that’s fine also. * Apache policy now says you

[DISCUSS] Towards Avatica-Go 3.1.0

2018-08-28 Thread Francis Chuang
Hi all, I'd like to start a vote for Avatica-Go 3.1.0 over the next few days. Some key things I'd like to address in this release: - Go 1.11 was released a few days ago and now includes support for dependency management using "Go modules" (done). Some history: The Go community released a pa