You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Khuê Nguyễn Trần Tú <nt...@gmail.com> on 2021/01/04 06:24:57 UTC

Re: [CALCITE-4181] Re: Request for assistance with CALCITE-4181

Hello,

I would like to follow up on this bug. The thrown exception really blocks a
common use case we have.

I have squashed the commits in pull request 126:

https://github.com/apache/calcite-avatica/pull/126

Please let me know anything else I can do to get it merged and resolve the
issue.

Thanks a lot.

Kent Nguyen


On Fri, Dec 11, 2020 at 3:12 PM Khuê Nguyễn Trần Tú <nt...@gmail.com>
wrote:

> Hi Vladimir,
>
> > Could you please add a test that reproduces the issue?
>
> Thanks for your reply. I have now updated the pull request, adding 3 more
> unit tests to try and demonstrate the bug:
>
> https://github.com/apache/calcite-avatica/pull/126,
>
> Without my change, the test results are:
>
> arraysOfStructs(): pass
> listOfStructs(): pass
> arrayOfJavaObjects(): pass
> listOfJavaObjects(): fail
>
> When the change is applied, the last test case listOfJavaObject() will
> also pass.
>
> Please let me know if there's anything else I should address.
>
> Thanks,
> Kent Nguyen
>
> On Mon, Dec 7, 2020 at 12:54 PM Vladimir Sitnikov <
> sitnikov.vladimir@gmail.com> wrote:
>
>> Could you please add a test that reproduces the issue?
>>
>> Vladimir
>>
>