Files
doris/fe
xy720 a202bf878e [Bug] Fix that the partitions of a dynamic-partitioned table has not been created at the time of load or insert (#4658)
when a dynamic partitioned table is created, it will take some time to create the partitions.
A exception needs to be thrown when users try to load data into this table,
otherwise the load will stuck in loading phase all the time.
2020-09-28 13:37:36 +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