Cai-Yao commented on issue #35759:
URL: https://github.com/apache/arrow/issues/35759#issuecomment-1575444350
> @Cai-Yao it sounds like from the other issue that you got past this
problem?
Thanks for your reply, I still haven't located the cause of this problem and
I am currently solving it by:
```
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>flight-core</artifactId>
<scope>system</scope>
<systemPath>${pom.basedir}/libs/flight-core-9.0.0.jar</systemPath>
</dependency>
```
I'm not very good at JAVA and will ask the Doris guys for help later to see
if it's a problem with some dependencies.
--
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]