jt2594838 commented on code in PR #16722:
URL: https://github.com/apache/iotdb/pull/16722#discussion_r2518392560
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/load/active/ActiveLoadPathHelper.java:
##########
@@ -46,12 +46,12 @@ public final class ActiveLoadPathHelper {
private static final List<String> KEY_ORDER =
Collections.unmodifiableList(
Arrays.asList(
- LoadTsFileConfigurator.DATABASE_KEY,
LoadTsFileConfigurator.DATABASE_NAME_KEY,
LoadTsFileConfigurator.DATABASE_LEVEL_KEY,
LoadTsFileConfigurator.CONVERT_ON_TYPE_MISMATCH_KEY,
LoadTsFileConfigurator.TABLET_CONVERSION_THRESHOLD_KEY,
LoadTsFileConfigurator.VERIFY_KEY,
+ LoadTsFileConfigurator.DATABASE_KEY,
Review Comment:
What is the difference between DATABASE_NAME_KEY and DATABASE_KEY?
--
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]