stalary commented on code in PR #11547:
URL: https://github.com/apache/doris/pull/11547#discussion_r939811117
##########
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsUtil.java:
##########
@@ -168,7 +171,7 @@ public static JSONObject getMappingProps(String
sourceIndex, String indexMapping
if (rootSchema == null) {
properties = (JSONObject) mappings.get("properties");
// Compatible es6 with no type passed in.
- if (mappingType == null) {
+ if (mappingType == null && properties == null) {
Review Comment:
The logic that es6 does not pass type is special, and this should not be
entered in es7 or later.
--
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]