morningman commented on a change in pull request #6520:
URL: https://github.com/apache/incubator-doris/pull/6520#discussion_r702811402



##########
File path: fe/fe-core/src/main/java/org/apache/doris/httpv2/HttpServer.java
##########
@@ -93,4 +101,16 @@ public void start(String dorisHome) {
                 .properties(properties)
                 .run(new String[]{});
     }
+
+    @Bean
+    public Jackson2ObjectMapperBuilderCustomizer 
jacksonObjectMapperCustomization() {

Review comment:
       This may affect all HTTP api, I am not sure if this is ok for result of 
other APIs




-- 
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]

Reply via email to