diff --git a/examples/register-extension.py b/examples/register-extension.py index 2fab44b6..b44c0a1a 100644 --- a/examples/register-extension.py +++ b/examples/register-extension.py @@ -11,6 +11,7 @@ def register_plugin_json(context: SessionContext, path: Path, func: str): ctx = SessionContext() +# The libdatafusion_plugin_json.so was generated from the repo https://github.com/mesejo/datafusion-plugin-json.git extension_path = ( Path(__file__).parent.resolve() / "extension" / "libdatafusion_plugin_json.so" )