We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0b827 commit c7dbc90Copy full SHA for c7dbc90
tests/python/partitioning_test.py
@@ -1044,12 +1044,12 @@ def test_update_node_plan1(self):
1044
],
1045
"Node Type": "Custom Scan",
1046
"Parent Relationship": "child",
1047
- "Custom Plan Provider": "PartitionFilter"
+ "Custom Plan Provider": "PartitionRouter"
1048
}
1049
1050
1051
"Parent Relationship": "Member",
1052
- "Custom Plan Provider": "PartitionRouter"
+ "Custom Plan Provider": "PartitionFilter"
1053
1054
'''
1055
0 commit comments