[
https://issues.apache.org/jira/browse/ARROW-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16856913#comment-16856913
]
Praveen Kumar Desabandu commented on ARROW-4301:
------------------------------------------------
[~wesmckinn] i guess the problem is that Gandiva is not part of the default
maven profile, to include Gandiva we would need run maven using Gandiva profile
like the following
mvn release:prepare -Dtag=apache-arrow-0.14.0 -DreleaseVersion=0.14.0
-DautoVersionSubmodules -DdevelopmentVersion=0.15.0-SNAPSHOT -p gandiva
Please note the profile added at the end.
I could not run the commands [~kou] mentioned since i do not have the gpg keys
setup but my guess is that it should work.
Also note that you will have the same issue for the new ORC adapter being
introduced for doing ORC reads natively.
> [Java][Gandiva] Maven snapshot version update does not seem to update Gandiva
> submodule
> ---------------------------------------------------------------------------------------
>
> Key: ARROW-4301
> URL: https://issues.apache.org/jira/browse/ARROW-4301
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++ - Gandiva, Java
> Reporter: Wes McKinney
> Assignee: Praveen Kumar Desabandu
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.14.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> See
> https://github.com/apache/arrow/commit/a486db8c1476be1165981c4fe22996639da8e550.
> This is breaking the build so I'm going to patch manually
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)