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ú <[email protected]> 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 < > [email protected]> wrote: > >> Could you please add a test that reproduces the issue? >> >> Vladimir >> >
