Skip to content

Commit 48a95ce

Browse files
committed
fix warning
1 parent 0ea87df commit 48a95ce

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
@@ -177,7 +177,7 @@ Apache Iceberg
177177

178178
DataFusion 45.0.0 and later support the ability to register Apache Iceberg tables as table providers through the Custom Table Provider interface.
179179

180-
This requires either the `pyiceberg <https://pypi.org/project/pyiceberg/>`_ library (>=0.10.0) or the `pyiceberg-core <https://pypi.org/project/pyiceberg-core/>`_ library (>=0.5.0).
180+
This requires either the `pyiceberg <https://pypi.org/project/pyiceberg/>`__ library (>=0.10.0) or the `pyiceberg-core <https://pypi.org/project/pyiceberg-core/>`__ library (>=0.5.0).
181181

182182
* The ``pyiceberg-core`` library exposes Iceberg Rust's implementation of the Custom Table Provider interface as python bindings.
183183
* The ``pyiceberg`` library utilizes the ``pyiceberg-core`` python bindings under the hood and provides a native way for Python users to interact with the DataFusion.

0 commit comments

Comments
 (0)