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.
# 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