raulcd commented on code in PR #253:
URL: https://github.com/apache/arrow-cookbook/pull/253#discussion_r976231203
##########
java/ext/javadoctest.py:
##########
@@ -54,6 +54,7 @@ def compile(
"dependency:build-classpath",
"-DincludeTypes=jar",
"-Dmdep.outputFile=.cp.tmp",
+ f"-Darrow.version={self.env.config.version}",
Review Comment:
this gets read from the `conf.py` value. If it's nightly it will always be
`10.0.0-SNAPSHOT` (or other X.0.0-SNAPSHOT version for future releases) with
the changes we have done to how we publish the version for the JAVA nightlies.
The logic to select this version is on `java/source/conf.py`
--
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]