Gabriel39 commented on code in PR #12401: URL: https://github.com/apache/doris/pull/12401#discussion_r965456320
########## fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsUtil.java: ########## @@ -403,16 +404,15 @@ public static Type toDorisType(String esType) { case "double": case "scaled_float": return Type.DOUBLE; + case "date": Review Comment: I think you should use ScalarType.getDefaultDateType(Type.DATE) to enable users to read date as datev2 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org