[checkstyle] Unify LOG form (#1092)
This commit is contained in:
@@ -52,7 +52,7 @@ import java.util.stream.Collectors;
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
public class HiveSyncTool {
|
||||
|
||||
private static Logger LOG = LogManager.getLogger(HiveSyncTool.class);
|
||||
private static final Logger LOG = LogManager.getLogger(HiveSyncTool.class);
|
||||
private final HoodieHiveClient hoodieHiveClient;
|
||||
public static final String SUFFIX_REALTIME_TABLE = "_rt";
|
||||
private final HiveSyncConfig cfg;
|
||||
|
||||
@@ -86,7 +86,7 @@ public class HoodieHiveClient {
|
||||
}
|
||||
}
|
||||
|
||||
private static Logger LOG = LogManager.getLogger(HoodieHiveClient.class);
|
||||
private static final Logger LOG = LogManager.getLogger(HoodieHiveClient.class);
|
||||
private final HoodieTableMetaClient metaClient;
|
||||
private final HoodieTableType tableType;
|
||||
private final PartitionValueExtractor partitionValueExtractor;
|
||||
|
||||
@@ -59,7 +59,7 @@ import java.util.concurrent.Executors;
|
||||
|
||||
public class HiveTestService {
|
||||
|
||||
private static Logger LOG = LogManager.getLogger(HiveTestService.class);
|
||||
private static final Logger LOG = LogManager.getLogger(HiveTestService.class);
|
||||
|
||||
private static final int CONNECTION_TIMEOUT = 30000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user