3.2.3在docker上编译be模块报错

In file included from /root/starrocks/be/src/exec/aggregate/aggregate_base_node.h:19,
from /root/starrocks/be/src/exec/aggregate/aggregate_blocking_node.h:17,
from /root/starrocks/be/src/exec/exec_node.cpp:47:
/root/starrocks/be/src/exec/aggregator.h:39:10: fatal error: gen_cpp/QueryPlanExtra_constants.h: No such file or directory
39 | #include “gen_cpp/QueryPlanExtra_constants.h”
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

查了一下,感觉可能跟thrift 有关。gen_cpp/QueryPlanExtra_constants.h 这个文件是根据thrift生成的