Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/main/sphinx/connector/faker.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ reading from tables returns random, but deterministic data. As a result,
repeated invocation of a query returns identical data. See [](faker-usage) for
more examples.

Schemas and tables in a catalog are not persisted, and are stored in the memory
of the coordinator only. They need to be recreated every time after restarting
the coordinator.
Schemas, tables, and views in a catalog are not persisted, and are stored in the
memory of the coordinator only. They need to be recreated every time after
restarting the coordinator.

The following table details all general configuration properties:

Expand Down
Loading