Re: two avatica bugs

2019-06-20 Thread Francis Chuang
Hi Victor, For the first bug, can you please open an issue on jira and a pull request with tests? For the second bug, CLOBs are currently not supported.See CALCITE-1957: https://issues.apache.org/jira/browse/CALCITE-1957 If you can open a pull request to support it, it would be highly apprec

two avatica bugs

2019-06-20 Thread victor
To whom concerns: when i use the avatica driver, found two bugs: one bug in protobuf serialization mode: 1.for org.apache.calcite.avatica.driver.remote.Service$CatalogsRequest,the response is org.apache.calcite.avatica.remote.Service$ResultSetResponse, and in Service$ResultSetResponse,

Re: two avatica bugs

2018-04-09 Thread Josh Elser
Hi Victor, I don't understand the first bug you are trying to describe. Please try to create a unit test which shows what you are seeing which is broken. The second does not surprise me -- I don't recall ever seeing the CLOB datatype implemented. Same for BLOB. You are very welcome to impleme

two avatica bugs

2018-04-09 Thread victor
To whom concerns: when i use the avatica driver, found two bugs: one bug in protobuf serialization mode: 1.for org.apache.calcite.avatica.driver.remote.Service$CatalogsRequest,the response is org.apache.calcite.avatica.remote.Service$ResultSetResponse, and in Service$ResultSetResponse,