davisusanibar commented on code in PR #253:
URL: https://github.com/apache/arrow-cookbook/pull/253#discussion_r975844013
##########
java/source/conf.py:
##########
@@ -36,7 +36,12 @@
project = 'Apache Arrow Java Cookbook'
copyright = '2022, Apache Software Foundation'
author = 'The Apache Software Foundation'
-
+arrow_nightly=os.getenv("ARROW_NIGHTLY")
+if arrow_nightly and arrow_nightly != '0':
+ version = "10.0.0-SNAPSHOT"
Review Comment:
Another option to register `version` could be at `yml` side as a job
parameter. In some cases for example will be needed run the job with custom
version without change the code or PR needed
--
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]