You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/06/23 01:30:53 UTC

[GitHub] [iceberg] kbendick commented on a change in pull request #2680: Core: Add RocksDBStructLikeMap

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org