csun5285 commented on code in PR #53092:
URL: https://github.com/apache/doris/pull/53092#discussion_r2206513005
##########
fe/fe-common/src/main/java/org/apache/doris/catalog/VariantType.java:
##########
@@ -46,6 +46,8 @@ public class VariantType extends ScalarType {
@SerializedName(value = "enableTypedPathsToSparse")
private boolean enableTypedPathsToSparse = false;
+ private Map<String, String> properties = Maps.newHashMap();
Review Comment:
fe-core 已经引用了 fe-common,fe-common 不能再引用 fe-core 了
--
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]