Skip to content

Commit 9340d10

Browse files
timsaucerclaude
andcommitted
test: drop redundant FFI physical optimizer rule export test
Coverage subsumed by test_ffi_physical_optimizer_rule_runs_during_planning, which exercises the same capsule export via add_physical_optimizer_rule. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2bef8da commit 9340d10

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

examples/datafusion-ffi-example/python/tests/_test_physical_optimizer_rule.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,3 @@ def test_ffi_physical_optimizer_rule_runs_during_planning():
4343
f"before={before} after={after}"
4444
)
4545
assert result[0].column(0).to_pylist() == [1, 2, 3]
46-
47-
48-
def test_ffi_physical_optimizer_rule_export():
49-
"""The rule object exposes the FFI capsule entry point."""
50-
rule = MyPhysicalOptimizerRule()
51-
capsule = rule.__datafusion_physical_optimizer_rule__()
52-
assert capsule is not None

0 commit comments

Comments
 (0)