使用arrow flight协议查询数据 #48772
Unanswered
Jerry0010930
asked this question in
A - General / Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2.1.8本版,使用arrow flight协议查询数据,Java代码中使用的是jdbc:arrow-flight-sql连接,出现的问题是每查询成功一次后,就连续的两次失败,报错是连接be超时:Connection timed out: no further information: /xxx.xxx.xxx.xxx:9097
依赖版本:
<arrow.version>18.2.0</arrow.version>
org.apache.arrow
flight-sql-jdbc-core
${arrow.version}
org.apache.arrow
flight-sql-jdbc-driver
${arrow.version}
Beta Was this translation helpful? Give feedback.
All reactions