refactor(common): 移除无用的注释代码

This commit is contained in:
v-zhangjc9
2024-05-16 11:56:51 +08:00
parent b2969e3726
commit 9915da5018
2 changed files with 2 additions and 5 deletions

View File

@@ -12,8 +12,6 @@ import java.util.function.BiFunction;
* @date 2021-12-03
*/
public interface Constants {
// String DATABASE_NAME = "hudi_collect_build";
// String DATABASE_NAME = "hudi_collect_build_2";
String DATABASE_NAME = "hudi_collect_build_b12";
String API_HEADER_NAME = "Api-Version";
@@ -215,7 +213,6 @@ public interface Constants {
String COMPACTION_QUEUE_B5 = "compaction-queue-b5";
String COMPACTION_QUEUE_A4 = "compaction-queue-a4";
String COMPACTION_QUEUE_B12 = "compaction-queue-b12";
String COMPACTION_QUEUE_B9 = "compaction-queue-b9";
String CLUSTER_B1 = "b1";
String CLUSTER_B5 = "b5";