You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by James Turton <dz...@apache.org> on 2023/02/15 09:05:58 UTC

[VOTE] Release Apache Drill 1.21.0 - RC0

Hi all,

I'd like to propose the first release candidate (RC0) of Apache Drill, 
version 1.21.0.

The release candidate covers a total of 106 resolved JIRAs [1]. Thanks 
to everyone who contributed to this release.

The tarball artifacts are hosted at [2] and the maven artifacts are 
hosted at [3].

This release candidate is based on commit 
ff86c29b125776c56f361fc9187fb96458de37a6 located at [4].

Please download and try out the release, especially using JDK 8 because 
this release was built with JDK 17.

The vote ends at Sat 18 Feb 2023 12:00:00 UTC.

[ ] +1
[ ] +0
[ ] -1

[1] 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12335462
[2] https://github.com/jnturton/drill/releases/tag/drill-1.21.0
[3] https://repository.apache.org/content/repositories/orgapachedrill-1104/
[4] https://github.com/jnturton/drill/commits/drill-1.21.0

Re: [VOTE] Release Apache Drill 1.21.0 - RC0

Posted by Charles Givre <cg...@gmail.com>.
Built Drill from source on Java 11.  I encountered 1 small issue, which I don't think is a blocker, but should definitely be documented somewhere.  Specifically, if there is not a file called git.properties in the root folder, the build will fail at the distribution phase.  We could either include a blank file or just document this to tell developers to create one.  I don't think it is a big deal.

In any event, ran various queries against various data sources to include PIVOT queries!!
All behaved as expected, so 
+1 from me. (Binding)

Best,
-- C




> On Feb 15, 2023, at 4:05 AM, James Turton <dz...@apache.org> wrote:
> 
> Hi all,
> 
> I'd like to propose the first release candidate (RC0) of Apache Drill, version 1.21.0.
> 
> The release candidate covers a total of 106 resolved JIRAs [1]. Thanks to everyone who contributed to this release.
> 
> The tarball artifacts are hosted at [2] and the maven artifacts are hosted at [3].
> 
> This release candidate is based on commit ff86c29b125776c56f361fc9187fb96458de37a6 located at [4].
> 
> Please download and try out the release, especially using JDK 8 because this release was built with JDK 17.
> 
> The vote ends at Sat 18 Feb 2023 12:00:00 UTC.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12335462
> [2] https://github.com/jnturton/drill/releases/tag/drill-1.21.0
> [3] https://repository.apache.org/content/repositories/orgapachedrill-1104/
> [4] https://github.com/jnturton/drill/commits/drill-1.21.0


Re: [VOTE] Release Apache Drill 1.21.0 - RC0

Posted by James Turton <dz...@apache.org>.
 1. Unpacked the binary distro tarball and checked that the contained
    class files have version 52 (Java 1.8).
 2. Started Drill 1.21 RC0 under Temurin jdk8u352-b08 with SSL enabled
    for user RPC and htpasswd authentication.
 3. Connected from DBeaver with SSL enabled and ran some ALTER, SELECT
    and CTAS tests.

+1 (binding)

On 2023/02/20 05:03, Jingchuan Hu wrote:
> Hi folks,
>
> Built Drill-1.21.0 from sources and run on JDK8, run several queries from
> sqlline and WebUI, checked several basic features in WebUI, no issues were
> found so far.
>
> +1
>
> Best,
> Jingchuan
>
> On Sun, Feb 19, 2023 at 12:28 AM Vova Vysotskyi<vo...@apache.org>
> wrote:
>
>> Hi all!
>>
>> I have built Drill from the sources archive on JDK 8, run it, checked the
>> distributions, submitted several queries, checked the Drill JDBC driver
>> with SQuirrelSQL, and verified signatures. No issues were found.
>>
>> +1 (binding)
>>
>> Kind regards,
>> Volodymyr Vysotskyi
>>
>> On 2023/02/17 14:30:09 James Turton wrote:
>>> Apologies for incorrect GitHub tarball artifacts link, please see below.
>>>
>>> [2]https://dist.apache.org/repos/dist/dev/drill/1.21.0-rc0/
>>>
>>> On 2023/02/15 17:00, James Turton wrote:
>>>> P.S.
>>>>
>>>> - Please do not merge anything into the master branch during the
>>>> release freeze.
>>>> - Here are the CI runs for the final commit included into 1.21.0 RC0
>> [1]
>>>> [1]https://github.com/apache/drill/actions/runs/4180497758
>>>>
>>>> On 2023/02/15 11:05, James Turton wrote:
>>>>> Hi all,
>>>>>
>>>>> I'd like to propose the first release candidate (RC0) of Apache
>>>>> Drill, version 1.21.0.
>>>>>
>>>>> The release candidate covers a total of 106 resolved JIRAs [1].
>>>>> Thanks to everyone who contributed to this release.
>>>>>
>>>>> The tarball artifacts are hosted at [2] and the maven artifacts are
>>>>> hosted at [3].
>>>>>
>>>>> This release candidate is based on commit
>>>>> ff86c29b125776c56f361fc9187fb96458de37a6 located at [4].
>>>>>
>>>>> Please download and try out the release, especially using JDK 8
>>>>> because this release was built with JDK 17.
>>>>>
>>>>> The vote ends at Sat 18 Feb 2023 12:00:00 UTC.
>>>>>
>>>>> [ ] +1
>>>>> [ ] +0
>>>>> [ ] -1
>>>>>
>>>>> [1]
>>>>>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12335462
>>>>> [2]https://github.com/jnturton/drill/releases/tag/drill-1.21.0
>>>>> [3]
>>>>>
>> https://repository.apache.org/content/repositories/orgapachedrill-1104/
>>>>> [4]https://github.com/jnturton/drill/commits/drill-1.21.0
>>>

Re: [VOTE] Release Apache Drill 1.21.0 - RC0

Posted by Jingchuan Hu <ji...@u.northwestern.edu>.
Hi folks,

Built Drill-1.21.0 from sources and run on JDK8, run several queries from
sqlline and WebUI, checked several basic features in WebUI, no issues were
found so far.

+1

Best,
Jingchuan

On Sun, Feb 19, 2023 at 12:28 AM Vova Vysotskyi <vo...@apache.org>
wrote:

> Hi all!
>
> I have built Drill from the sources archive on JDK 8, run it, checked the
> distributions, submitted several queries, checked the Drill JDBC driver
> with SQuirrelSQL, and verified signatures. No issues were found.
>
> +1 (binding)
>
> Kind regards,
> Volodymyr Vysotskyi
>
> On 2023/02/17 14:30:09 James Turton wrote:
> > Apologies for incorrect GitHub tarball artifacts link, please see below.
> >
> > [2] https://dist.apache.org/repos/dist/dev/drill/1.21.0-rc0/
> >
> > On 2023/02/15 17:00, James Turton wrote:
> > > P.S.
> > >
> > > - Please do not merge anything into the master branch during the
> > > release freeze.
> > > - Here are the CI runs for the final commit included into 1.21.0 RC0
> [1]
> > >
> > > [1] https://github.com/apache/drill/actions/runs/4180497758
> > >
> > > On 2023/02/15 11:05, James Turton wrote:
> > >> Hi all,
> > >>
> > >> I'd like to propose the first release candidate (RC0) of Apache
> > >> Drill, version 1.21.0.
> > >>
> > >> The release candidate covers a total of 106 resolved JIRAs [1].
> > >> Thanks to everyone who contributed to this release.
> > >>
> > >> The tarball artifacts are hosted at [2] and the maven artifacts are
> > >> hosted at [3].
> > >>
> > >> This release candidate is based on commit
> > >> ff86c29b125776c56f361fc9187fb96458de37a6 located at [4].
> > >>
> > >> Please download and try out the release, especially using JDK 8
> > >> because this release was built with JDK 17.
> > >>
> > >> The vote ends at Sat 18 Feb 2023 12:00:00 UTC.
> > >>
> > >> [ ] +1
> > >> [ ] +0
> > >> [ ] -1
> > >>
> > >> [1]
> > >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12335462
> > >> [2] https://github.com/jnturton/drill/releases/tag/drill-1.21.0
> > >> [3]
> > >>
> https://repository.apache.org/content/repositories/orgapachedrill-1104/
> > >> [4] https://github.com/jnturton/drill/commits/drill-1.21.0
> > >
> >
> >
>

Re: [VOTE] Release Apache Drill 1.21.0 - RC0

Posted by Vova Vysotskyi <vo...@apache.org>.
Hi all!

I have built Drill from the sources archive on JDK 8, run it, checked the distributions, submitted several queries, checked the Drill JDBC driver with SQuirrelSQL, and verified signatures. No issues were found.

+1 (binding)

Kind regards,
Volodymyr Vysotskyi

On 2023/02/17 14:30:09 James Turton wrote:
> Apologies for incorrect GitHub tarball artifacts link, please see below.
> 
> [2] https://dist.apache.org/repos/dist/dev/drill/1.21.0-rc0/
> 
> On 2023/02/15 17:00, James Turton wrote:
> > P.S.
> >
> > - Please do not merge anything into the master branch during the 
> > release freeze.
> > - Here are the CI runs for the final commit included into 1.21.0 RC0 [1]
> >
> > [1] https://github.com/apache/drill/actions/runs/4180497758
> >
> > On 2023/02/15 11:05, James Turton wrote:
> >> Hi all,
> >>
> >> I'd like to propose the first release candidate (RC0) of Apache 
> >> Drill, version 1.21.0.
> >>
> >> The release candidate covers a total of 106 resolved JIRAs [1]. 
> >> Thanks to everyone who contributed to this release.
> >>
> >> The tarball artifacts are hosted at [2] and the maven artifacts are 
> >> hosted at [3].
> >>
> >> This release candidate is based on commit 
> >> ff86c29b125776c56f361fc9187fb96458de37a6 located at [4].
> >>
> >> Please download and try out the release, especially using JDK 8 
> >> because this release was built with JDK 17.
> >>
> >> The vote ends at Sat 18 Feb 2023 12:00:00 UTC.
> >>
> >> [ ] +1
> >> [ ] +0
> >> [ ] -1
> >>
> >> [1] 
> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12335462
> >> [2] https://github.com/jnturton/drill/releases/tag/drill-1.21.0
> >> [3] 
> >> https://repository.apache.org/content/repositories/orgapachedrill-1104/
> >> [4] https://github.com/jnturton/drill/commits/drill-1.21.0
> >
> 
> 

Re: [VOTE] Release Apache Drill 1.21.0 - RC0

Posted by James Turton <jn...@apache.org>.
Apologies for incorrect GitHub tarball artifacts link, please see below.

[2] https://dist.apache.org/repos/dist/dev/drill/1.21.0-rc0/

On 2023/02/15 17:00, James Turton wrote:
> P.S.
>
> - Please do not merge anything into the master branch during the 
> release freeze.
> - Here are the CI runs for the final commit included into 1.21.0 RC0 [1]
>
> [1] https://github.com/apache/drill/actions/runs/4180497758
>
> On 2023/02/15 11:05, James Turton wrote:
>> Hi all,
>>
>> I'd like to propose the first release candidate (RC0) of Apache 
>> Drill, version 1.21.0.
>>
>> The release candidate covers a total of 106 resolved JIRAs [1]. 
>> Thanks to everyone who contributed to this release.
>>
>> The tarball artifacts are hosted at [2] and the maven artifacts are 
>> hosted at [3].
>>
>> This release candidate is based on commit 
>> ff86c29b125776c56f361fc9187fb96458de37a6 located at [4].
>>
>> Please download and try out the release, especially using JDK 8 
>> because this release was built with JDK 17.
>>
>> The vote ends at Sat 18 Feb 2023 12:00:00 UTC.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> [1] 
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12335462
>> [2] https://github.com/jnturton/drill/releases/tag/drill-1.21.0
>> [3] 
>> https://repository.apache.org/content/repositories/orgapachedrill-1104/
>> [4] https://github.com/jnturton/drill/commits/drill-1.21.0
>


Re: [VOTE] Release Apache Drill 1.21.0 - RC0

Posted by James Turton <dz...@apache.org>.
P.S.

- Please do not merge anything into the master branch during the release 
freeze.
- Here are the CI runs for the final commit included into 1.21.0 RC0 [1]

[1] https://github.com/apache/drill/actions/runs/4180497758

On 2023/02/15 11:05, James Turton wrote:
> Hi all,
>
> I'd like to propose the first release candidate (RC0) of Apache Drill, 
> version 1.21.0.
>
> The release candidate covers a total of 106 resolved JIRAs [1]. Thanks 
> to everyone who contributed to this release.
>
> The tarball artifacts are hosted at [2] and the maven artifacts are 
> hosted at [3].
>
> This release candidate is based on commit 
> ff86c29b125776c56f361fc9187fb96458de37a6 located at [4].
>
> Please download and try out the release, especially using JDK 8 
> because this release was built with JDK 17.
>
> The vote ends at Sat 18 Feb 2023 12:00:00 UTC.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> [1] 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12335462
> [2] https://github.com/jnturton/drill/releases/tag/drill-1.21.0
> [3] 
> https://repository.apache.org/content/repositories/orgapachedrill-1104/
> [4] https://github.com/jnturton/drill/commits/drill-1.21.0


Re: [VOTE] Release Apache Drill 1.21.0 - RC0

Posted by Charles Givre <cg...@gmail.com>.
Built Drill from source on Java 11.  I encountered 1 small issue, which I don't think is a blocker, but should definitely be documented somewhere.  Specifically, if there is not a file called git.properties in the root folder, the build will fail at the distribution phase.  We could either include a blank file or just document this to tell developers to create one.  I don't think it is a big deal.

In any event, ran various queries against various data sources to include PIVOT queries!!
All behaved as expected, so 
+1 from me. (Binding)

Best,
-- C




> On Feb 15, 2023, at 4:05 AM, James Turton <dz...@apache.org> wrote:
> 
> Hi all,
> 
> I'd like to propose the first release candidate (RC0) of Apache Drill, version 1.21.0.
> 
> The release candidate covers a total of 106 resolved JIRAs [1]. Thanks to everyone who contributed to this release.
> 
> The tarball artifacts are hosted at [2] and the maven artifacts are hosted at [3].
> 
> This release candidate is based on commit ff86c29b125776c56f361fc9187fb96458de37a6 located at [4].
> 
> Please download and try out the release, especially using JDK 8 because this release was built with JDK 17.
> 
> The vote ends at Sat 18 Feb 2023 12:00:00 UTC.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12335462
> [2] https://github.com/jnturton/drill/releases/tag/drill-1.21.0
> [3] https://repository.apache.org/content/repositories/orgapachedrill-1104/
> [4] https://github.com/jnturton/drill/commits/drill-1.21.0