kbendick commented on a change in pull request #2680:
URL: https://github.com/apache/iceberg/pull/2680#discussion_r656693989



##########
File path: build.gradle
##########
@@ -220,6 +220,7 @@ project(':iceberg-core') {
     compile "com.fasterxml.jackson.core:jackson-databind"
     compile "com.fasterxml.jackson.core:jackson-core"
     compile "com.github.ben-manes.caffeine:caffeine"
+    compile "org.rocksdb:rocksdbjni"

Review comment:
       I know this is a WIP, but is it possible to avoid bringing this into the 
class path once this is done?
   
   I believe Flink brings in their own RocksDB fork (frocksdb maybe?) and I 
imagine others might too.




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

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