Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/user-guide/data-sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Custom Table Provider
You can implement a custom Data Provider in Rust and expose it to DataFusion through the
the interface as describe in the :ref:`Custom Table Provider <io_custom_table_provider>`
section. This is an advanced topic, but a
`user example <https://github.com/apache/datafusion-python/tree/main/examples/ffi-table-provider>`_
`user example <https://github.com/apache/datafusion-python/tree/main/examples/datafusion-ffi-example>`_
is provided in the DataFusion repository.

Catalog
Expand Down
Loading