Skip to content

Commit b3123fc

Browse files
committed
the default schema is 'public', not 'default'
1 parent e4c214b commit b3123fc

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
@@ -224,7 +224,7 @@ A common technique for organizing tables is using a three level hierarchical app
224224
supports this form of organizing using the :py:class:`~datafusion.catalog.Catalog`,
225225
:py:class:`~datafusion.catalog.Schema`, and :py:class:`~datafusion.catalog.Table`. By default,
226226
a :py:class:`~datafusion.context.SessionContext` comes with a single Catalog and a single Schema
227-
with the names ``datafusion`` and ``default``, respectively.
227+
with the names ``datafusion`` and ``public``, respectively.
228228

229229
The default implementation uses an in-memory approach to the catalog and schema. We have support
230230
for adding additional in-memory catalogs and schemas. You can access tables registered in a schema

0 commit comments

Comments
 (0)