[RESULT] [VOTE] Release apache-calcite-1.12.0 (release candidate 1)

2017-03-23 Thread Julian Hyde
Thanks to everyone who has tested the release candidate and given
their comments and votes.

The tally is as follows.

4 binding +1s:
Aman
Jesus
Josh
Julian

1 non-binding +1s:
Michael

No 0s or -1s.

Therefore I am delighted to announce that the proposal to release
Apache Calcite 1.12.0 has passed.

Thanks everyone. I’ll now roll the release out to the mirrors, and
will make a formal release announcement tomorrow. The master branch is
now open for commits.

Julian



Re: [VOTE] Release apache-calcite-1.12.0 (release candidate 1)

2017-03-23 Thread Aman Sinha
+1 
Downloaded the source tarball to my Linux VM and built, ran unit tests.  
Encountered 1 failure in 
PigRelBuilderStyleTest.testImplWithGroupByCountDistinct which is similar to 
Calcite-1561 but re-running within the suite succeeded, so I am inclined to go 
with +1. 
All other tests passed. 

-Aman

On 3/23/17, 10:40 AM, "Jesus Camacho Rodriguez" 
 wrote:

+1 (binding)

Downloaded the tarball, compiled, ran testsuite.
Integrated with Hive + HIVE-15708 and ran some q tests.

--
Jesús





On 3/21/17, 10:37 PM, "Josh Elser"  wrote:

>+1 (binding)
>
>* Re-checked sigs/xsums
>* Verified changes made over rc0
>
>Julian Hyde wrote:
>> Hi all,
>>
>> I have created a build for Apache Calcite 1.12.0, release candidate 1.
>>
>> The only changes since release candidate 0 are:
>>   * fixes to issues CALCITE-1715 and CALCITE-1716,
>>   * corresponding modifications to the release history,
>>   * some unrelated changes on in the avatica sub-project.
>>
>> Thanks to everyone who has contributed to this release.
>> Thanks to everyone who has contributed to this release. It is almost 3
>> months and over 100 commits since 1.11, and we now have JDK9 support,
>> new file and Pig adapters, syntax extensions for streaming queries,
>> and planning improvements for Druid and sub-queries. You can read the
>> release notes here:
>> https://github.com/apache/calcite/blob/branch-1.12/site/_docs/history.md
>>
>> The commit to be voted upon:
>> 
http://git-wip-us.apache.org/repos/asf/calcite/commit/ea7ace18cdc26027be690b00f1fcc191aaa87e45
>>
>> Its hash is ea7ace18cdc26027be690b00f1fcc191aaa87e45.
>>
>> The artifacts to be voted on are located here:
>> https://dist.apache.org/repos/dist/dev/calcite/apache-calcite-1.12.0-rc1
>>
>> The hashes of the artifacts are as follows:
>> apache-calcite-1.12.0-src.tar.gz:MD5 = FF 47 B6 B0 D8 00 40 77  7E 
15 2C BF
>> A7 85 50 0F
>> apache-calcite-1.12.0-src.tar.gz:   SHA1 = 17AC D6BB DCC7 FB4F 5810  
FB08 D1D2
>> 9BC1 A84F D068
>> apache-calcite-1.12.0-src.tar.gz: RMD160 = E675 DA12 EC13 A3E9 BC2C  
2F76 9AAC
>> CBE8 4123 010B
>> apache-calcite-1.12.0-src.tar.gz: SHA224 = 016F67DA 7F54D91C 88D1BF8A 
28F94351
>> EAC822CC E93443B7 CFBE9950
>> apache-calcite-1.12.0-src.tar.gz: SHA256 = 166683A5 8C09F573 B4D7CAB9 
59145E91
>> 49735DD3 691569BE AF1ED726 
B56CF3C0
>> apache-calcite-1.12.0-src.tar.gz: SHA384 = E6B23FC3 551273D6 74CCCE8B 
7E45B919
>> A94238EE 6A319A96 1AD9030B 
0D1D6886
>> B9725D84 53591D4C 5D5F16FD 
1858FCAD
>> apache-calcite-1.12.0-src.tar.gz: SHA512 = 64442146 62171446 938DB1D8 
7EEA1AEF
>> 3CEA7D66 9751F40C 4CB84C4B 
17876A7B
>> 524FABC7 5CF48D23 7FE859A9 
6E2C7AAA
>> B60BBD3B 8B1C92EC CBA57112 
B17D020A
>> apache-calcite-1.12.0-src.zip:MD5 = 24 0B 43 FC 93 52 C6 64  66 5F 
F7 AF 25
>>  B2 69 2D
>> apache-calcite-1.12.0-src.zip:   SHA1 = 698B 4B8F 8448 B5F7 1B9C  824B 
8DAC F72D
>>  1640 2D19
>> apache-calcite-1.12.0-src.zip: RMD160 = CB6E 900A 7C18 1F04 35E7  773F 
E26B C02B
>>  9CA6 DC5A
>> apache-calcite-1.12.0-src.zip: SHA224 = 9F82E7E8 BF087360 580FFE74 
297C3369
>>  C1CEB466 CC457CC4 CC103A75
>> apache-calcite-1.12.0-src.zip: SHA256 = 1DA0075B 0579E571 05716531 
BF134538
>>  46115C0A 8272957F DCC4C226 
066E92F4
>> apache-calcite-1.12.0-src.zip: SHA384 = 6A4E9484 95F719BD E970B4C4 
7E100D57
>>  BC631AE9 0F7CA812 A25D1121 
125F9701
>>  345DE3D7 2CDCDD07 8A13B3AA 
266D049E
>> apache-calcite-1.12.0-src.zip: SHA512 = 866333D6 8806B219 F8E11565 
5A0F918D
>>  B85F11DE 78B0DD52 342CC9C8 
D67749BC
>>  5D6FCCBA CCFF8B41 BE724CFF 
0A133A46
>>  7F95043A 483C7686 4CD9DC84 
B440A8D6
>>
>> A staged Maven repository is available for review at:
>> https://repository.apache.org/content/repositories/orgapachecalcite-1032
>>
>> Release 

Re: [VOTE] Release apache-calcite-1.12.0 (release candidate 1)

2017-03-21 Thread Josh Elser

+1 (binding)

* Re-checked sigs/xsums
* Verified changes made over rc0

Julian Hyde wrote:

Hi all,

I have created a build for Apache Calcite 1.12.0, release candidate 1.

The only changes since release candidate 0 are:
  * fixes to issues CALCITE-1715 and CALCITE-1716,
  * corresponding modifications to the release history,
  * some unrelated changes on in the avatica sub-project.

Thanks to everyone who has contributed to this release.
Thanks to everyone who has contributed to this release. It is almost 3
months and over 100 commits since 1.11, and we now have JDK9 support,
new file and Pig adapters, syntax extensions for streaming queries,
and planning improvements for Druid and sub-queries. You can read the
release notes here:
https://github.com/apache/calcite/blob/branch-1.12/site/_docs/history.md

The commit to be voted upon:
http://git-wip-us.apache.org/repos/asf/calcite/commit/ea7ace18cdc26027be690b00f1fcc191aaa87e45

Its hash is ea7ace18cdc26027be690b00f1fcc191aaa87e45.

The artifacts to be voted on are located here:
https://dist.apache.org/repos/dist/dev/calcite/apache-calcite-1.12.0-rc1

The hashes of the artifacts are as follows:
apache-calcite-1.12.0-src.tar.gz:MD5 = FF 47 B6 B0 D8 00 40 77  7E 15 2C BF
A7 85 50 0F
apache-calcite-1.12.0-src.tar.gz:   SHA1 = 17AC D6BB DCC7 FB4F 5810  FB08 D1D2
9BC1 A84F D068
apache-calcite-1.12.0-src.tar.gz: RMD160 = E675 DA12 EC13 A3E9 BC2C  2F76 9AAC
CBE8 4123 010B
apache-calcite-1.12.0-src.tar.gz: SHA224 = 016F67DA 7F54D91C 88D1BF8A 28F94351
EAC822CC E93443B7 CFBE9950
apache-calcite-1.12.0-src.tar.gz: SHA256 = 166683A5 8C09F573 B4D7CAB9 59145E91
49735DD3 691569BE AF1ED726 B56CF3C0
apache-calcite-1.12.0-src.tar.gz: SHA384 = E6B23FC3 551273D6 74CCCE8B 7E45B919
A94238EE 6A319A96 1AD9030B 0D1D6886
B9725D84 53591D4C 5D5F16FD 1858FCAD
apache-calcite-1.12.0-src.tar.gz: SHA512 = 64442146 62171446 938DB1D8 7EEA1AEF
3CEA7D66 9751F40C 4CB84C4B 17876A7B
524FABC7 5CF48D23 7FE859A9 6E2C7AAA
B60BBD3B 8B1C92EC CBA57112 B17D020A
apache-calcite-1.12.0-src.zip:MD5 = 24 0B 43 FC 93 52 C6 64  66 5F F7 AF 25
 B2 69 2D
apache-calcite-1.12.0-src.zip:   SHA1 = 698B 4B8F 8448 B5F7 1B9C  824B 8DAC F72D
 1640 2D19
apache-calcite-1.12.0-src.zip: RMD160 = CB6E 900A 7C18 1F04 35E7  773F E26B C02B
 9CA6 DC5A
apache-calcite-1.12.0-src.zip: SHA224 = 9F82E7E8 BF087360 580FFE74 297C3369
 C1CEB466 CC457CC4 CC103A75
apache-calcite-1.12.0-src.zip: SHA256 = 1DA0075B 0579E571 05716531 BF134538
 46115C0A 8272957F DCC4C226 066E92F4
apache-calcite-1.12.0-src.zip: SHA384 = 6A4E9484 95F719BD E970B4C4 7E100D57
 BC631AE9 0F7CA812 A25D1121 125F9701
 345DE3D7 2CDCDD07 8A13B3AA 266D049E
apache-calcite-1.12.0-src.zip: SHA512 = 866333D6 8806B219 F8E11565 5A0F918D
 B85F11DE 78B0DD52 342CC9C8 D67749BC
 5D6FCCBA CCFF8B41 BE724CFF 0A133A46
 7F95043A 483C7686 4CD9DC84 B440A8D6

A staged Maven repository is available for review at:
https://repository.apache.org/content/repositories/orgapachecalcite-1032

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/jhyde.asc

Please vote on releasing this package as Apache Calcite 1.12.0.

The vote is open for the next 72 hours (that is, until 8pm Pacific on
Thursday) and passes if a majority of at least three +1 PMC votes is cast.

[ ] +1 Release this package as Apache Calcite 1.12.0
[ ]  0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...


Here is my vote:

+1 (binding)

Julian