1. Fix the problem that the WITH statement cannot be printed when `UNION` is included in SQL 2. In the `toSql` method, convert the normal VIEW into the final statement 3. Replace `selectStmt.originSql` with `selectStmt.toSql`
# 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