davisusanibar commented on code in PR #253:
URL: https://github.com/apache/arrow-cookbook/pull/253#discussion_r977740634
##########
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:
Not problem how it is now, thank you
--
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]