Files
doris/fe
gengjun-git d5768cf7d9 [Bug] Fix create colocate table bug (#5139)
Fix #5138 
1. fix bug when create colocate table with empty partition.
2. put code groupName2Id.put(fullGroupName, groupId) to the end to avoid state inconsistent when exception thrown.
3. do not check backendsPerBucketSeq empty in replayAddTableToGroup(),
    cause backendsPerBucketSeq can be empty for colocate table with empty partition.
2021-01-04 09:32:05 +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