imay opened a new issue #303: BE unit test build failed URL: https://github.com/apache/incubator-doris/issues/303 error log is below ``` be/test/exec/olap_table_sink_test.cpp:246:53: error: expected class-name before ‘{’ token class TestInternalService : public PInternalService { ^ be/test/exec/olap_table_sink_test.cpp:251:10: error: ‘void doris::stream_load::TestInternalService::transmit_data(google::protobuf::RpcController*, const doris::PTransmitDataParams*, doris::PTransmitDataResult*, google::protobuf::Closure*)’ m arked ‘override’, but does not override void transmit_data(::google::protobuf::RpcController* controller, ^~~~~~~~~~~~~ be/test/exec/olap_table_sink_test.cpp:259:10: error: ‘void doris::stream_load::TestInternalService::tablet_writer_open(google::protobuf::RpcController*, const doris::PTabletWriterOpenRequest*, doris::PTabletWriterOpenResult*, google::protobuf ::Closure*)’ marked ‘override’, but does not override void tablet_writer_open(google::protobuf::RpcController* controller, ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
