506890493 opened a new issue, #1122:
URL: https://github.com/apache/doris-website/issues/1122
Path:/zh-CN/docs/3.0/db-connect/arrow-flight-sql-connect
hi , i encountered below issue, could help me check?
17:03:55.384 [grpc-nio-worker-ELG-1-4] DEBUG
io.grpc.netty.NettyClientHandler - [id: 0x62f238b9 ] OUTBOUND RST_STREAM:
streamId=3 errorCode=8
Exception in thread "main" java.sql.SQLException: Error while executing SQL
"select * from information_schema.tables;":
org.apache.arrow.flight.FlightRuntimeException: CANCELLED: Failed to read
message.
at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
at
org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164)
at
org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:228)
at
com.pengtao.generator.doris.ArrowFlghtConnectTesting.main(ArrowFlghtConnectTesting.java:18)
Caused by: java.lang.RuntimeException:
org.apache.arrow.flight.FlightRuntimeException: CANCELLED: Failed to read
message.
at org.apache.calcite.avatica.Helper.wrap(Helper.java:37)
at
org.apache.arrow.driver.jdbc.utils.FlightEndpointDataQueue.next(FlightEndpointDataQueue.java:112)
at
org.apache.arrow.driver.jdbc.utils.FlightEndpointDataQueue.next(FlightEndpointDataQueue.java:148)
at
org.apache.arrow.driver.jdbc.ArrowFlightJdbcFlightStreamResultSet.getNextEndpointStream(ArrowFlightJdbcFlightStreamResultSet.java:260)
at
org.apache.arrow.driver.jdbc.ArrowFlightJdbcFlightStreamResultSet.loadNewFlightStream(ArrowFlightJdbcFlightStreamResultSet.java:131)
at
org.apache.arrow.driver.jdbc.ArrowFlightJdbcFlightStreamResultSet.populateData(ArrowFlightJdbcFlightStreamResultSet.java:146)
at
org.apache.arrow.driver.jdbc.ArrowFlightJdbcFlightStreamResultSet.execute(ArrowFlightJdbcFlightStreamResultSet.java:138)
at
org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:669)
at
org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl.prepareAndExecute(ArrowFlightMetaImpl.java:205)
at
org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
at
org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:157)
... 2 more
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]