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 >
