If table1 and table2 are colocated using column k1, k2. Query should contains all of the k1, k2 to apply colocation algorithm. Query like select * from table1 inner join table2 where t1.k1 = t2.k1 can not be used as colocation. We add the rule to avoid the problem.
# 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