sh-shamsan commented on code in PR #11655:
URL: 
https://github.com/apache/incubator-gluten/pull/11655#discussion_r2870120210


##########
backends-velox/pom.xml:
##########
@@ -80,12 +80,6 @@
       <artifactId>spark-hive_${scala.binary.version}</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.gluten</groupId>
-      <artifactId>gluten-arrow</artifactId>
-      <version>${project.version}</version>
-      <scope>compile</scope>
-    </dependency>

Review Comment:
   I initially tried keeping backends-velox/gluten-arrow, but the build kept 
failing with the following error:
   
   ```
   [INFO] --- dependency:3.7.1:go-offline (default-cli) @ backends-velox ---
   Warning: The POM for org.apache.gluten:gluten-arrow:jar:1.6.0-SNAPSHOT is 
missing, no dependency information available
   .
   .
   [INFO] --- maven-dependency-plugin:3.7.1:go-offline (default-cli) @ 
backends-velox ---
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-dependency-plugin:3.7.1:go-offline (default-cli) 
on project backends-velox:
   org.eclipse.aether.resolution.DependencyResolutionException: 
   The following artifacts could not be resolved:
   org.apache.gluten:gluten-arrow:jar:1.6.0-SNAPSHOT (absent):
   org.apache.gluten:gluten-arrow:jar:1.6.0-SNAPSHOT was not found in 
https://repository.apache.org/snapshots during a previous attempt.
   This failure was cached in the local repository and resolution is not 
reattempted until the update interval of apache.snapshots has elapsed or 
updates are forced.
   ```
   So i skipped it to unblock the build



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to