pvary commented on code in PR #17280:
URL: https://github.com/apache/iceberg/pull/17280#discussion_r3988854576
##########
gradle/libs.versions.toml:
##########
@@ -181,6 +182,7 @@ parquet-avro = { module =
"org.apache.parquet:parquet-avro", version.ref = "parq
parquet-column = { module = "org.apache.parquet:parquet-column", version.ref =
"parquet" }
parquet-hadoop = { module = "org.apache.parquet:parquet-hadoop", version.ref =
"parquet" }
roaringbitmap = { module = "org.roaringbitmap:RoaringBitmap", version.ref =
"roaringbitmap" }
+rocksdbjni = { module = "org.rocksdb:rocksdbjni", version.ref = "rocksdbjni" }
Review Comment:
Do we need to bundle this?
Would this conflict with the Flink embedded one?
Could we just add this for the test, and rely on the user to provide this
when needed?
--
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]