Implement the lower_case_table_names variable of mysql. The value meaning is as follows: 0: the table names are case-sensitive. 1: table names are stored in lowercase and comparisons are not case sensitive. 2: table names are stored as given but compared case-insensitively.
# 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