Files
doris/fe
EmmyMiao87 77b756fb87 [Refactor] Remove redundant code of mini load and insert (#4966)
The content deleted by this PR includes mini load and insert in the old framework.
The task and scheduling logic of old framework has been deleted.
2021-02-03 22:19:20 +08:00
..

# 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