yanghua commented on a change in pull request #1161: [HUDI-457]Redo hudi-common
log statements using SLF4J
URL: https://github.com/apache/incubator-hudi/pull/1161#discussion_r362363091
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/view/RocksDbBasedFileSystemView.java
##########
@@ -157,8 +157,8 @@ protected boolean isPartitionAvailableInStore(String
partitionPath) {
@Override
protected void storePartitionView(String partitionPath,
List<HoodieFileGroup> fileGroups) {
- LOG.info("Resetting and adding new partition (" + partitionPath + ") to
ROCKSDB based file-system view at "
- + config.getRocksdbBasePath() + ", Total file-groups=" +
fileGroups.size());
+ LOG.info("Resetting and adding new partition ({}) to ROCKSDB based
file-system view at {}, Total file-groups={}",
+ partitionPath, config.getRocksdbBasePath(), fileGroups.size());
Review comment:
ditto about indent
----------------------------------------------------------------
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