libenchao commented on code in PR #178:
URL: https://github.com/apache/calcite-avatica/pull/178#discussion_r860871526
##########
.github/workflows/main.yml:
##########
@@ -78,6 +78,21 @@ jobs:
run: |
./gradlew --no-parallel --no-daemon build javadoc
+ linux:
Review Comment:
@zabetak thanks for your review. I added this job because JDK 8/11/17 are
LTS versions, and we better test against all LTS versions and latest version.
However, I found below 'mac' job's java version is 14, maybe we can just
upgrade it to 18, WHYT?
--
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]