Files
doris/fe
EmmyMiao87 dcca3bbe5b Avoid duplicate column when adding slot in empty tuple (#4901)
Fixed #4900  
When the supplementary column already exists in the tuple, this column is directly materialized instead of adding a new slot.
2020-11-17 15:52: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