raulcd commented on code in PR #253:
URL: https://github.com/apache/arrow-cookbook/pull/253#discussion_r977636027
##########
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:
@davisusanibar do you think this comment still applies with the new
versioning `10.0.0-SNAPSHOT`, I suspect that if we want to test a specific
version for a specific date instead of using the repository we probably have to
manually download the artifacts for that specific day but this seems a pretty
corner case scenario and I am not sure over-engineering for it is worth it.
--
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]