You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by GitBox <gi...@apache.org> on 2021/02/04 09:31:18 UTC

[GitHub] [parquet-mr] gszadovszky commented on a change in pull request #864: PARQUET-1971: Use fixed JDK version(8.0.252) to fix flaky test in github action

gszadovszky commented on a change in pull request #864:
URL: https://github.com/apache/parquet-mr/pull/864#discussion_r570071290



##########
File path: .github/workflows/test.yml
##########
@@ -9,7 +9,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ '1.8', '11' ]
+        java: [ '8.0.252', '11' ]

Review comment:
       It might worth a comment why are we such specific for the version.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org