We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1eb8a commit 3551ea7Copy full SHA for 3551ea7
examples/table_capsule_failure.py
@@ -34,6 +34,7 @@ def capsule_dependent_udtf() -> Table:
34
# ``__datafusion_table_provider__`` helper that PyTableFunction expects.
35
try:
36
ctx.sql("SELECT * FROM capsule_dependent()").collect()
37
+ print("capsule_dependent() works")
38
except NotImplementedError as err:
39
# Document the regression by surfacing the missing capsule attribute
40
# instead of crashing with a panic inside the execution engine.
0 commit comments