1. If cumulative compaction compact only one rowset, the old rowset will not be put into `stale_rowset_meta_map` 2. Show rowset id in `/api/compaction/show` Co-authored-by: xxiao2018 <benghua3_1@sina.com>
# fe-common This module is used to store some common classes of other modules. # spark-dpp This module is Spark DPP program, used for Spark Load function. Depends: fe-common # fe-core This module is the main process module of FE. Depends: fe-common, spark-dpp