laurentgo commented on code in PR #40844:
URL: https://github.com/apache/arrow/pull/40844#discussion_r1541936598
##########
java/gandiva/pom.xml:
##########
@@ -132,18 +132,15 @@
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
- <version>0.6.1</version>
- <configuration>
-
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}
- </protocArtifact>
- <protoSourceRoot>proto</protoSourceRoot>
- </configuration>
<executions>
+ <id>src</id>
Review Comment:
Sorry, I forgot to enable the `arrow-jni` profile when building the project.
Will address asap
--
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]