imay commented on a change in pull request #2079: Multi distinct + no group by + big data is struct URL: https://github.com/apache/incubator-doris/pull/2079#discussion_r339343185
########## File path: be/src/service/brpc.h ########## @@ -54,3 +54,7 @@ #include <brpc/controller.h> #include <brpc/server.h> #include <brpc/closure_guard.h> +#include <brpc/reloadable_flags.h> +#include <brpc/protocol.h> +#include <gflags/gflags.h> Review comment: why inlcude gflags files here? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
