This reverts part of commit 11ec38dd6fd9f86632d83c47bd9d8bc05db69a2b(#6736) Because it will cause view query problem described in #6792 The following bug fix kept: 1. Fix the problem that the WITH statement cannot be printed when UNION is included in SQL
# 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