zuston commented on code in PR #2693:
URL: https://github.com/apache/uniffle/pull/2693#discussion_r2587196974


##########
pom.xml:
##########
@@ -703,9 +703,9 @@
       </dependency>
 
       <dependency>
-        <groupId>net.jpountz.lz4</groupId>
-        <artifactId>lz4</artifactId>
-        <version>1.3.0</version>
+        <groupId>org.lz4</groupId>
+        <artifactId>lz4-java</artifactId>
+        <version>1.8.1</version>

Review Comment:
   Maybe this lightweight PR can be merged first. The further improvements can 
be addressed in a separate PR, since they will require some additional work to 
accommodate the API changes.



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