ramachandranms commented on a change in pull request #1473: [HUDI-568] Improve
unit test coverage
URL: https://github.com/apache/incubator-hudi/pull/1473#discussion_r405804255
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/util/collection/RocksDBDAO.java
##########
@@ -75,9 +75,6 @@ public RocksDBDAO(String basePath, String rocksDBBasePath) {
* Create RocksDB if not initialized.
*/
private RocksDB getRocksDB() {
- if (null == rocksDB) {
Review comment:
refactored the code as you requested. lmk if this can be merged. thanks
----------------------------------------------------------------
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]
With regards,
Apache Git Services