Currently, the `show data` does not support sorting. When the number of tables increases, it is inconvenient to manage. Need to support sorting like: ``` mysql> show data order by ReplicaCount desc,Size asc; +-----------+-------------+--------------+ | TableName | Size | ReplicaCount | +-----------+-------------+--------------+ | table_c | 3.102 KB | 40 | | table_d | .000 | 20 | | table_b | 324.000 B | 20 | | table_a | 1.266 KB | 10 | | Total | 4.684 KB | 90 | | Quota | 1024.000 GB | 1073741824 | | Left | 1024.000 GB | 1073741734 | +-----------+-------------+--------------+ ```
# 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