morningman commented on code in PR #20009:
URL: https://github.com/apache/doris/pull/20009#discussion_r1204911150
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalCatalog.java:
##########
@@ -74,7 +74,7 @@
@SerializedName(value = "type")
protected String type;
// TODO: replace type with log type
- protected final InitCatalogLog.Type logType;
+ protected InitCatalogLog.Type logType;
Review Comment:
we should unify logType and type
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]