We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c214b commit b3123fcCopy full SHA for b3123fc
1 file changed
docs/source/user-guide/data-sources.rst
@@ -224,7 +224,7 @@ A common technique for organizing tables is using a three level hierarchical app
224
supports this form of organizing using the :py:class:`~datafusion.catalog.Catalog`,
225
:py:class:`~datafusion.catalog.Schema`, and :py:class:`~datafusion.catalog.Table`. By default,
226
a :py:class:`~datafusion.context.SessionContext` comes with a single Catalog and a single Schema
227
-with the names ``datafusion`` and ``default``, respectively.
+with the names ``datafusion`` and ``public``, respectively.
228
229
The default implementation uses an in-memory approach to the catalog and schema. We have support
230
for adding additional in-memory catalogs and schemas. You can access tables registered in a schema
0 commit comments