fapifta commented on code in PR #8173:
URL: https://github.com/apache/ozone/pull/8173#discussion_r2044355150


##########
pom.xml:
##########
@@ -1559,6 +1559,7 @@
                       
<allowedImport>org.rocksdb.TransactionLogIterator.BatchResult</allowedImport>
                       <allowedImport>org.rocksdb.TickerType</allowedImport>
                       
<allowedImport>org.rocksdb.LiveFileMetaData</allowedImport>
+                      
<allowedImport>org.rocksdb.BlockBasedTableConfig</allowedImport>

Review Comment:
   Do we need this for some reason? If not, then good, if there is a place we 
use the BlockBasedTableConfig type outside the managed-rocksdb module, then we 
need to avoid that and use the ManagedBlockBasedTableConfig instead outside the 
managed rocksdb module.



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