morningman commented on code in PR #32774:
URL: https://github.com/apache/doris/pull/32774#discussion_r1537435427
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalCatalog.java:
##########
@@ -86,6 +87,8 @@ public abstract class ExternalCatalog
private static final Logger LOG =
LogManager.getLogger(ExternalCatalog.class);
public static final String ENABLE_AUTO_ANALYZE = "enable.auto.analyze";
+ public static final String DORIS_VERSION = "doris_version";
Review Comment:
```suggestion
public static final String DORIS_VERSION = "doris.version";
```
--
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]