Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
None
-
None
-
python
I uploaded the client to my github
https://github.com/CheyenneForbes/python-phoenixdb-protobufs
Description
Whenever I try to prepare then execute a query it fails, but prepareAndExecute works fine, avatica protobufs. The error I get is:
java.lang.IllegalArgumentException: cannot convert false (class java.lang.Boolean) to PRIMITIVE_BOOLEAN at org.apache.calcite.avatica.remote.TypedValue.serialToLocal(TypedValue.java:242) at org.apache.calcite.avatica.remote.TypedValue.serialToJdbc(TypedValue.java:309) at org.apache.calcite.avatica.remote.TypedValue.toJdbc(TypedValue.java:290) at org.apache.calcite.avatica.jdbc.JdbcMeta.execute(JdbcMeta.java:793) at org.apache.calcite.avatica.remote.LocalService.apply(LocalService.java:234) at org.apache.calcite.avatica.remote.Service$ExecuteRequest.accept(Service.java:1167) at org.apache.calcite.avatica.remote.Service$ExecuteRequest.accept(Service.java:1145) at org.apache.calcite.avatica.remote.AbstractHandler.apply(AbstractHandler.java:102) at org.apache.calcite.avatica.remote.ProtobufHandler.apply(ProtobufHandler.java:38) at org.apache.calcite.avatica.server.AvaticaProtobufHandler.handle(AvaticaProtobufHandler.java:68) at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) at org.eclipse.jetty.server.Server.handle(Server.java:499) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555) at java.lang.Thread.run(Thread.java:745) ]IllegalArgumentException: cannot convert false (class java.lang.Boolean) to PRIMITIVE_BOOLEAN