Hi Community, Now I have created the CALCITE-5889 and have added the MinusToDistinctRule,I want to test the correctness of my optimization rules in quidem,but I didn't find any unit test that I could refer to. Could the community give me some help?
Usually, we finished the optimization rules, we could add the unit test in RelOptRulesTest , and then in RelOptRulesTest.xml file, we need add the expected results of the plan.If we could add end-to-end testing to our optimization rules, we could ensure that our rules are correct. Best, LakeShen
