• B
    Avoid Duplicate subplans in partition selection key · 9d63d3c1
    Bhuvnesh Chaudhary 提交于
    The condition containing subplans will be duplicated
    as the partition selection key in the PartitionSelector node.
    It is not OK to duplicate the expression, if it contains
    SubPlans, because the code that adds motion nodes to a
    subplan gets confused if there are multiple SubPlans
    referring the same subplan ID.
    9d63d3c1
subselect_gp_optimizer.out 61.6 KB