File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ A common technique for organizing tables is using a three level hierarchical app
224224supports 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,
226226a :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
229229The default implementation uses an in-memory approach to the catalog and schema. We have support
230230for adding additional in-memory catalogs and schemas. You can access tables registered in a schema
You can’t perform that action at this time.
0 commit comments