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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org