github-actions[bot] commented on code in PR #31101: URL: https://github.com/apache/doris/pull/31101#discussion_r1494125685
########## be/src/vec/data_types/data_type_agg_state.h: ########## @@ -14,20 +14,10 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -// This file is copied from -// https://github.com/ClickHouse/ClickHouse/blob/master/src/DataTypes/DataTypeString.h -// and modified by Doris #pragma once -#include <gen_cpp/Types_types.h> #include <gen_cpp/data.pb.h> Review Comment: warning: 'gen_cpp/data.pb.h' file not found [clang-diagnostic-error] ```cpp #include <gen_cpp/data.pb.h> ^ ``` -- 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]
