1. add more checks for match expression in nereids: - match expression only support in filter - match expression left child and right child must all be string type - left child for match expression must be sloftRef, right child for match expression must be Literal 2. to fix regression case test_index_match_select and test_index_match_phrase