1. in dateV2, we adjust the dir structure to avoid creating a tpch-1G database 2. use `drop table XXX` to replace `delete * from XXX where key>0` 3. remove explain cases, because - the explain string itself is variable, and the case is hard to maintain - it is original planner explain, not nereids