davisusanibar commented on code in PR #229:
URL: https://github.com/apache/arrow-cookbook/pull/229#discussion_r939246469
##########
java/ext/javadoctest.py:
##########
@@ -37,6 +37,9 @@ def compile(
"-q",
"dependency:build-classpath",
"-DincludeTypes=jar",
+ "-Dmaven.compiler.source="+os.environ.get('compiler_version',
'8'),
+ "-Dmaven.compiler.target="+os.environ.get('compiler_version',
'8'),
+ "-Darrow.version="+os.environ.get('arrow_version', '9.0.0'),
Review Comment:
Yes, it was removed, this part is to pass the CI variables to the Java
process and assign values if they are not set as for example local running
--
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]