You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/02/10 00:04:00 UTC

[jira] [Commented] (DRILL-8398) Fix GitHub Actions to use proper JDK version

    [ https://issues.apache.org/jira/browse/DRILL-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686810#comment-17686810 ] 

ASF GitHub Bot commented on DRILL-8398:
---------------------------------------

vvysotskyi opened a new pull request, #2754:
URL: https://github.com/apache/drill/pull/2754

   # [DRILL-8398](https://issues.apache.org/jira/browse/DRILL-8398): Fix GitHub Actions to use proper JDK version
   
   ## Description
   Added `actions/setup-java` action to use dedicated java version for tests instead of using provided with the instance one. This PR is based on the commit for DRILL-8396 to avoid early failures for JDK 8. 
   
   Need to fix hive tests that were broken earlier (because they run only with JDK 8).
   
   ## Documentation
   NA
   
   ## Testing
   TBA
   




> Fix GitHub Actions to use proper JDK version
> --------------------------------------------
>
>                 Key: DRILL-8398
>                 URL: https://issues.apache.org/jira/browse/DRILL-8398
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Vova Vysotskyi
>            Assignee: Vova Vysotskyi
>            Priority: Major
>
> In one of the changes GitHub Actions `actions/setup-java@v2` action was removed, and after that provided java version (11) was used instead of the specified one in theĀ 
> matrix.java.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)