platoneko commented on code in PR #31055: URL: https://github.com/apache/doris/pull/31055#discussion_r1493994262
########## be/src/cloud/cloud_schema_change_job.cpp: ########## @@ -0,0 +1,335 @@ +#include "cloud/cloud_schema_change_job.h" + +#include <gen_cpp/cloud.pb.h> +#include <memory> + +#include "cloud/cloud_tablet_mgr.h" +#include "cloud/cloud_meta_mgr.h" +// #include "cloud/utils.h" +#include "common/status.h" +#include "olap/delete_handler.h" +#include "olap/rowset/beta_rowset.h" +#include "olap/rowset/rowset_factory.h" +#include "olap/rowset/segment_v2/inverted_index_desc.h" +#include "olap/storage_engine.h" +#include "olap/tablet.h" +#include "olap/tablet_fwd.h" +#include "olap/tablet_meta.h" +#include "service/backend_options.h" + +namespace doris::cloud { Review Comment: 应该用不着 cloud namespace,直接放 doris namespace 就行 -- 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: commits-unsubscr...@doris.apache.org 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