Cai-Yao commented on issue #35759:
URL: https://github.com/apache/arrow/issues/35759#issuecomment-1563067118
> Thanks.
>
> I grabbed a copy of Apache Doris and put your pom.xml in place of
fe/fe-core/pom.xml.
>
> I can't fully build for other reasons, but at least maven gets past
package resolution and gets to compilation of fe-core, so I'm not able to
reproduce here.
>
> Do you happen to have a branch to look at?
>
> (Also, it looks like Doris uses very old versions of Arrow? 9.0.0 is
somewhat recent but I saw 7.0.0 in the build as well.)
I use the doris commit id : `8fd1eb0d1ebe85dae0424acdf34f936bfa2a6af0`.
I want to implement a flight sql server to support python client, so I use
the `flight-core` jar.
But I add pom.xml, the building is error.
Is there a problem with the way I write pom.xml if I want to use
`org.apache.arrow.flight.FlightServer`.
I add jar in local is succeed, like this
```
<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>
```
--
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]