You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/04/23 07:52:01 UTC

[GitHub] [incubator-doris] xinghuayu007 commented on a change in pull request #5693: [Config]Add switch to demonstrate tablet meta content of byte type for debug

xinghuayu007 commented on a change in pull request #5693:
URL: https://github.com/apache/incubator-doris/pull/5693#discussion_r619014840



##########
File path: be/src/http/action/meta_action.cpp
##########
@@ -63,6 +63,8 @@ Status MetaAction::_handle_header(HttpRequest* req, std::string* json_meta) {
     tablet->generate_tablet_meta_copy(tablet_meta);
     json2pb::Pb2JsonOptions json_options;
     json_options.pretty_json = true;
+    // default value of bytes_to_base64 is true, compatible with previous config
+    json_options.bytes_to_base64 = config::enable_byte_to_base64;

Review comment:
       good idea!




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org