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:34:30 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #912: ORC-1002: Add java17 profile for Java17 unit testing

dongjoon-hyun commented on a change in pull request #912:
URL: https://github.com/apache/orc/pull/912#discussion_r709951801



##########
File path: java/shims/pom.xml
##########
@@ -95,5 +95,15 @@
         <directory>${build.dir}/shims</directory>
       </build>
     </profile>
+    <profile>
+      <id>java17</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-client-api</artifactId>
+          <version>${hadoop.version}</version>

Review comment:
       Note that this is the only `compile` dependency. The other places are `test` 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