You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/09/16 09:45:08 UTC

[GitHub] [orc] guiyanakuang commented on pull request #912: ORC-1002: Add `java17` profile to support Java 17 unit testing

guiyanakuang commented on pull request #912:
URL: https://github.com/apache/orc/pull/912#issuecomment-920751046


   > Could you review this, @guiyanakuang ?
   > 
   > * You can test it manually with Java 17.
   > * For GitHub Action CI, I'll handle separately.
   
   orc-mapreduce/pom.xml 76-81
   Specified minimum version,need to fix.
   ```
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
         <version>${min.hadoop.version}</version>
         <scope>test</scope>
       </dependency>
   ```


-- 
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: dev-unsubscribe@orc.apache.org

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