zhangstar333 commented on code in PR #57821:
URL: https://github.com/apache/doris/pull/57821#discussion_r2545110093
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalCatalog.java:
##########
@@ -109,6 +109,10 @@ public abstract class ExternalCatalog
public static final String DORIS_VERSION_VALUE =
Version.DORIS_BUILD_VERSION + "-" + Version.DORIS_BUILD_SHORT_HASH;
public static final String USE_META_CACHE = "use_meta_cache";
+ // default: false, so mapping to string directly keep compatibility
+ public static final String ENABLE_MAPPING_VARBINARY =
"enable.mapping.varbinary";
+ protected Optional<Boolean> enableMappingVarbinary = Optional.empty();
Review Comment:
done
--
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]