Skip to content

Commit b325a38

Browse files
authored
fix: update link to user example for custom table provider (#1224)
1 parent 332c69b commit b325a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/data-sources.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Custom Table Provider
183183
You can implement a custom Data Provider in Rust and expose it to DataFusion through the
184184
the interface as describe in the :ref:`Custom Table Provider <io_custom_table_provider>`
185185
section. This is an advanced topic, but a
186-
`user example <https://github.com/apache/datafusion-python/tree/main/examples/ffi-table-provider>`_
186+
`user example <https://github.com/apache/datafusion-python/tree/main/examples/datafusion-ffi-example>`_
187187
is provided in the DataFusion repository.
188188

189189
Catalog

0 commit comments

Comments
 (0)