Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public void testShowTables() throws Exception {
.baselineValues("drill.information_schema", "FILES")
.baselineValues("drill.information_schema", "SCHEMATA")
.baselineValues("drill.information_schema", "TABLES")
.baselineValues("drill.information_schema", "MATERIALIZED_VIEWS")
.go();
}

Expand Down
4 changes: 4 additions & 0 deletions docs/dev/DevDocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ For more info about the use of maven see [Maven.md](Maven.md)
## Jetty 12 Migration

For information about the Jetty 12 upgrade, known limitations, and developer guidelines see [Jetty12Migration.md](Jetty12Migration.md)

## Materialized Views

For information about materialized view support, including SQL syntax, query rewriting, and metastore integration, see [MaterializedViews.md](MaterializedViews.md)
Loading
Loading