You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/07/12 16:01:00 UTC

[jira] [Updated] (ARROW-17055) [Java][FlightRPC] flight-core and flight-sql jars delivering same class names

     [ https://issues.apache.org/jira/browse/ARROW-17055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Li updated ARROW-17055:
-----------------------------
    Summary: [Java][FlightRPC] flight-core and flight-sql jars delivering same class names  (was: [Java][FlightSql] flight-core and flight-sql jars delivering same class names)

> [Java][FlightRPC] flight-core and flight-sql jars delivering same class names
> -----------------------------------------------------------------------------
>
>                 Key: ARROW-17055
>                 URL: https://issues.apache.org/jira/browse/ARROW-17055
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: FlightRPC, Java
>            Reporter: Kevin Bambrick
>            Priority: Minor
>
> Hello. I am trying to uptake arrow flight sql. We have a check in out build to make sure that there are no overlapping class files in our project. When adding the flight sql dependency to our project the warning throws that flight-sql and flight-core overlap and the jars deliver the same class files.
> {code:java}
> Sample Warning: WARNING: CLASSPATH OVERLAP: These jars deliver the same class files: [flight-sql-7.0.0.jar, flight-core-7.0.0.jar] files: [org/apache/arrow/flight/impl/Flight$FlightDescriptor$1.class, org/apache/arrow/flight/impl/Flight$ActionOrBuilder.class{code}
>  
> It seems that the classes generated by Flight.proto gets generated in both flight-sql and flight-core jars. Since these classes get generated in flight-core, and flight-sql is dependent on flight-core, can the generation of Flight.java and FlightServiceGrpc.java be removed from flight-sql and instead rely on it to be pulled directly from flight-core?
>  
> thanks in advance!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)