We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee17f08 commit 3f3ad78Copy full SHA for 3f3ad78
1 file changed
examples/raw_capsule_registration_failure.py
@@ -29,7 +29,7 @@ def make_table_provider_capsule() -> object:
29
pycapsule_new.restype = ctypes.py_object
30
pycapsule_new.argtypes = [ctypes.c_void_p, ctypes.c_char_p, ctypes.c_void_p]
31
dummy_ptr = ctypes.cast(_DUMMY_CAPSULE_BYTES, ctypes.c_void_p)
32
- return pycapsule_new(dummy_ptr, b"datafusion_table_provider", None)
+ return pycapsule_new(dummy_ptr, b"__datafusion_table_provider__", None)
33
34
35
def main() -> None:
0 commit comments