jduo commented on PR #39221:
URL: https://github.com/apache/arrow/pull/39221#issuecomment-1892464410

   > > The java-jars job is failing when verifying uploaded JARs with a strange 
"not a git repository" error.
   > 
   > The git repository message is not making the job fail, the current error 
is that it seems it can't download some of the expected generated packages:
   > 
   > ```
   >                            flight-grpc-15.0.0-SNAPSHOT-cyclonedx.json 
[PENDING]
   >                             flight-grpc-15.0.0-SNAPSHOT-cyclonedx.xml 
[PENDING]
   >                               flight-grpc-15.0.0-SNAPSHOT-javadoc.jar 
[PENDING]
   >                               flight-grpc-15.0.0-SNAPSHOT-sources.jar 
[PENDING]
   >                                 flight-grpc-15.0.0-SNAPSHOT-tests.jar 
[PENDING]
   >                                       flight-grpc-15.0.0-SNAPSHOT.jar 
[PENDING]
   >                                       flight-grpc-15.0.0-SNAPSHOT.pom 
[PENDING]
   > ```
   > 
   > It seems the PR is removing those:
   > 
   > ```
   >       <dependency>
   >         <groupId>org.apache.arrow</groupId>
   >         <artifactId>flight-grpc</artifactId>
   >         <version>${project.version}</version>
   >       </dependency>
   > ```
   > 
   > We have to remove them from the job here: 
https://github.com/apache/arrow/blob/main/dev/tasks/tasks.yml#L813-L819 if 
that's the expectation and those should not be generated anymore.
   
   Thanks. Yes flight-grpc got merged into the flight-core module.


-- 
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]

Reply via email to