fix miss ret problem
This commit is contained in:
		@ -505,7 +505,7 @@ int ObPushdownFilterConstructor::deduplicate_filter_node(
 | 
			
		||||
        --n_node;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    if (0 < merged_node.count()) {
 | 
			
		||||
    if (OB_SUCC(ret) && 0 < merged_node.count()) {
 | 
			
		||||
      if (OB_ISNULL(filter_nodes.at(i))) {
 | 
			
		||||
        ret = OB_ERR_UNEXPECTED;
 | 
			
		||||
        LOG_WARN("filter node is null", K(ret), K(i));
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user