Re: [DISCUSS] Towards Avatica 1.11.0

2018-03-04 Thread Julian Hyde
A fix for 2199 will be in shortly, but other than that I think we’re set for an 
RC of Avatica tomorrow. Looks like the fix to 1884 won’t make it.

Julian


> On Mar 1, 2018, at 3:35 PM, Julian Hyde  wrote:
> 
> I’ve committed fixes for 2140 (getMoreResults), 2154 (upgrade jackson) and 
> 2013 (upgrade hsqldb).
> 
> Anyone want to work on 1951 (fractional seconds in hsqldb)?
> 
> And I’m hoping that Haohui will fix 1884 (DateTimeUtils) in time.
> 
> Expect to see a release candidate on Monday.
> 
> Julian
> 
> 
>> On Feb 27, 2018, at 5:15 PM, Laurent Goujon  wrote:
>> 
>> I just posted a pull request for
>> https://issues.apache.org/jira/browse/CALCITE-2140: this is a small
>> improvement for AvaticaStatement to add compatibility with DataGrip and
>> other tools. It would be a nice to have for 1.11.0
>> 
>> Laurent
>> 
>> On Tue, Feb 27, 2018 at 2:44 PM, F21  wrote:
>> 
>>> Also would like to see https://issues.apache.org/jira
>>> /projects/CALCITE/issues/CALCITE-1951 worked on.
>>> 
>>> Francis
>>> 
>>> On 28/02/2018 9:34 AM, Julian Hyde wrote:
>>> 
 OK, new thread just for the Avatica release. What’s left to do before
 1.11? What can we accomplish before Monday?
 
 There are 20 open JIRA cases tagged for 1.11:
 https://issues.apache.org/jira/issues/?jql=project%20%3D%
 20CALCITE%20AND%20fixVersion%20%3D%20avatica-1.11.0%20and%
 20status%20!%3D%20Resolved%20 .
 
 Josh, 12 of those issues are assigned to you. Do you intend to fix any of
 those? If so, make them dependencies of https://issues.apache.org/jira
 /browse/CALCITE-2182  .
 
 Haohui, you have https://issues.apache.org/jira/browse/CALCITE-1884 <
 https://issues.apache.org/jira/browse/CALCITE-1884>. Please update the
 case when you make progress.
 
 I’ll take a shot at https://issues.apache.org/jira/browse/CALCITE-1928 <
 https://issues.apache.org/jira/browse/CALCITE-1928>, review
 https://github.com/apache/calcite-avatica/pull/23 <
 https://github.com/apache/calcite-avatica/pull/23> =
 https://issues.apache.org/jira/browse/CALCITE-508 <
 https://issues.apache.org/jira/browse/CALCITE-508>, commit
 https://github.com/apache/calcite-avatica/pull/16 <
 https://github.com/apache/calcite-avatica/pull/16>, and of course write
 the release notes.
 
 Anything else that needs to be done, or any fixes/pull requests that
 people would like to get in?
 
 Julian
 
 
 
 
>>> 
> 



Re: [DISCUSS] Towards Avatica 1.11.0

2018-03-01 Thread Julian Hyde
I’ve committed fixes for 2140 (getMoreResults), 2154 (upgrade jackson) and 2013 
(upgrade hsqldb).

Anyone want to work on 1951 (fractional seconds in hsqldb)?

And I’m hoping that Haohui will fix 1884 (DateTimeUtils) in time.

Expect to see a release candidate on Monday.

Julian


> On Feb 27, 2018, at 5:15 PM, Laurent Goujon  wrote:
> 
> I just posted a pull request for
> https://issues.apache.org/jira/browse/CALCITE-2140: this is a small
> improvement for AvaticaStatement to add compatibility with DataGrip and
> other tools. It would be a nice to have for 1.11.0
> 
> Laurent
> 
> On Tue, Feb 27, 2018 at 2:44 PM, F21  wrote:
> 
>> Also would like to see https://issues.apache.org/jira
>> /projects/CALCITE/issues/CALCITE-1951 worked on.
>> 
>> Francis
>> 
>> On 28/02/2018 9:34 AM, Julian Hyde wrote:
>> 
>>> OK, new thread just for the Avatica release. What’s left to do before
>>> 1.11? What can we accomplish before Monday?
>>> 
>>> There are 20 open JIRA cases tagged for 1.11:
>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%
>>> 20CALCITE%20AND%20fixVersion%20%3D%20avatica-1.11.0%20and%
>>> 20status%20!%3D%20Resolved%20 >> a/issues/?jql=project%20=%20CALCITE%20AND%20fixVersion%20=%
>>> 20avatica-1.11.0%20and%20status%20!=%20Resolved>.
>>> 
>>> Josh, 12 of those issues are assigned to you. Do you intend to fix any of
>>> those? If so, make them dependencies of https://issues.apache.org/jira
>>> /browse/CALCITE-2182 >> 
>>> Haohui, you have https://issues.apache.org/jira/browse/CALCITE-1884 <
>>> https://issues.apache.org/jira/browse/CALCITE-1884>. Please update the
>>> case when you make progress.
>>> 
>>> I’ll take a shot at https://issues.apache.org/jira/browse/CALCITE-1928 <
>>> https://issues.apache.org/jira/browse/CALCITE-1928>, review
>>> https://github.com/apache/calcite-avatica/pull/23 <
>>> https://github.com/apache/calcite-avatica/pull/23> =
>>> https://issues.apache.org/jira/browse/CALCITE-508 <
>>> https://issues.apache.org/jira/browse/CALCITE-508>, commit
>>> https://github.com/apache/calcite-avatica/pull/16 <
>>> https://github.com/apache/calcite-avatica/pull/16>, and of course write
>>> the release notes.
>>> 
>>> Anything else that needs to be done, or any fixes/pull requests that
>>> people would like to get in?
>>> 
>>> Julian
>>> 
>>> 
>>> 
>>> 
>> 



Re: [DISCUSS] Towards Avatica 1.11.0

2018-02-27 Thread Laurent Goujon
I just posted a pull request for
https://issues.apache.org/jira/browse/CALCITE-2140: this is a small
improvement for AvaticaStatement to add compatibility with DataGrip and
other tools. It would be a nice to have for 1.11.0

Laurent

On Tue, Feb 27, 2018 at 2:44 PM, F21  wrote:

> Also would like to see https://issues.apache.org/jira
> /projects/CALCITE/issues/CALCITE-1951 worked on.
>
> Francis
>
> On 28/02/2018 9:34 AM, Julian Hyde wrote:
>
>> OK, new thread just for the Avatica release. What’s left to do before
>> 1.11? What can we accomplish before Monday?
>>
>> There are 20 open JIRA cases tagged for 1.11:
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%
>> 20CALCITE%20AND%20fixVersion%20%3D%20avatica-1.11.0%20and%
>> 20status%20!%3D%20Resolved%20 > a/issues/?jql=project%20=%20CALCITE%20AND%20fixVersion%20=%
>> 20avatica-1.11.0%20and%20status%20!=%20Resolved>.
>>
>> Josh, 12 of those issues are assigned to you. Do you intend to fix any of
>> those? If so, make them dependencies of https://issues.apache.org/jira
>> /browse/CALCITE-2182 > >.
>>
>> Haohui, you have https://issues.apache.org/jira/browse/CALCITE-1884 <
>> https://issues.apache.org/jira/browse/CALCITE-1884>. Please update the
>> case when you make progress.
>>
>> I’ll take a shot at https://issues.apache.org/jira/browse/CALCITE-1928 <
>> https://issues.apache.org/jira/browse/CALCITE-1928>, review
>> https://github.com/apache/calcite-avatica/pull/23 <
>> https://github.com/apache/calcite-avatica/pull/23> =
>> https://issues.apache.org/jira/browse/CALCITE-508 <
>> https://issues.apache.org/jira/browse/CALCITE-508>, commit
>> https://github.com/apache/calcite-avatica/pull/16 <
>> https://github.com/apache/calcite-avatica/pull/16>, and of course write
>> the release notes.
>>
>> Anything else that needs to be done, or any fixes/pull requests that
>> people would like to get in?
>>
>> Julian
>>
>>
>>
>>
>


Re: [DISCUSS] Towards Avatica 1.11.0

2018-02-27 Thread F21
Also would like to see 
https://issues.apache.org/jira/projects/CALCITE/issues/CALCITE-1951 
worked on.


Francis

On 28/02/2018 9:34 AM, Julian Hyde wrote:

OK, new thread just for the Avatica release. What’s left to do before 1.11? 
What can we accomplish before Monday?

There are 20 open JIRA cases tagged for 1.11: 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20CALCITE%20AND%20fixVersion%20%3D%20avatica-1.11.0%20and%20status%20!%3D%20Resolved%20
 
.

Josh, 12 of those issues are assigned to you. Do you intend to fix any of those? If 
so, make them dependencies of https://issues.apache.org/jira/browse/CALCITE-2182 
.

Haohui, you have https://issues.apache.org/jira/browse/CALCITE-1884 
. Please update the case 
when you make progress.

I’ll take a shot at https://issues.apache.org/jira/browse/CALCITE-1928 
, review 
https://github.com/apache/calcite-avatica/pull/23 
 = 
https://issues.apache.org/jira/browse/CALCITE-508 
, commit 
https://github.com/apache/calcite-avatica/pull/16 
, and of course write the release notes.

Anything else that needs to be done, or any fixes/pull requests that people 
would like to get in?

Julian







Re: [DISCUSS] Towards Avatica 1.11.0

2018-02-27 Thread F21
Do you guys think you can work on 
https://issues.apache.org/jira/projects/CALCITE/issues/CALCITE-2013 ?


I tried bumping HSQLDB in the pom.xml a few months ago, but there were a 
few failing tests. Bumping HSQLDB will solve a bunch of issues I saw 
when testing avatica-go against avatica with HSQLDB. This should put us 
closer to a release for avatica-go.


Francis

On 28/02/2018 9:34 AM, Julian Hyde wrote:

OK, new thread just for the Avatica release. What’s left to do before 1.11? 
What can we accomplish before Monday?

There are 20 open JIRA cases tagged for 1.11: 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20CALCITE%20AND%20fixVersion%20%3D%20avatica-1.11.0%20and%20status%20!%3D%20Resolved%20
 
.

Josh, 12 of those issues are assigned to you. Do you intend to fix any of those? If 
so, make them dependencies of https://issues.apache.org/jira/browse/CALCITE-2182 
.

Haohui, you have https://issues.apache.org/jira/browse/CALCITE-1884 
. Please update the case 
when you make progress.

I’ll take a shot at https://issues.apache.org/jira/browse/CALCITE-1928 
, review 
https://github.com/apache/calcite-avatica/pull/23 
 = 
https://issues.apache.org/jira/browse/CALCITE-508 
, commit 
https://github.com/apache/calcite-avatica/pull/16 
, and of course write the release notes.

Anything else that needs to be done, or any fixes/pull requests that people 
would like to get in?

Julian







[DISCUSS] Towards Avatica 1.11.0

2018-02-27 Thread Julian Hyde
OK, new thread just for the Avatica release. What’s left to do before 1.11? 
What can we accomplish before Monday?

There are 20 open JIRA cases tagged for 1.11: 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20CALCITE%20AND%20fixVersion%20%3D%20avatica-1.11.0%20and%20status%20!%3D%20Resolved%20
 
.

Josh, 12 of those issues are assigned to you. Do you intend to fix any of 
those? If so, make them dependencies of 
https://issues.apache.org/jira/browse/CALCITE-2182 
.

Haohui, you have https://issues.apache.org/jira/browse/CALCITE-1884 
. Please update the case 
when you make progress.

I’ll take a shot at https://issues.apache.org/jira/browse/CALCITE-1928 
, review 
https://github.com/apache/calcite-avatica/pull/23 
 = 
https://issues.apache.org/jira/browse/CALCITE-508 
, commit 
https://github.com/apache/calcite-avatica/pull/16 
, and of course write the 
release notes.

Anything else that needs to be done, or any fixes/pull requests that people 
would like to get in?

Julian