When Doris is in debug mode, function `Coordinator#traceInstance` is used to print the physical execute plan of a fragment instance for debug. Function `Coordinator#traceInstance` uses param `scanRangeAssignment` to print the detail of a fragment. But bucket shuffle join and colocate shuffle join do not fill the param. That will cause debug not work well. This path fill assignment param of bucket shuffle and colocate shuffle for debug.
# 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