mridulm commented on code in PR #36473:
URL: https://github.com/apache/spark/pull/36473#discussion_r867390911


##########
pom.xml:
##########
@@ -457,6 +458,12 @@
         <artifactId>chill-java</artifactId>
         <version>${chill.version}</version>
       </dependency>
+      <dependency>
+        <groupId>com.github.jnr</groupId>
+        <artifactId>jnr-posix</artifactId>
+        <version>${jnr.version}</version>

Review Comment:
   Inlined it.
   If/when we relook at using jnr more broadly - we might need to pull it out 
(since there are a bunch of artifacts).



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to