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
2 changes: 1 addition & 1 deletion ibis-server/app/model/metadata/trino.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_table_list(self) -> list[Table]:
ON t.table_catalog = c.table_catalog
AND t.table_schema = c.table_schema
AND t.table_name = c.table_name
INNER JOIN
LEFT JOIN
system.metadata.table_comments AS tc
ON t.table_catalog = tc.catalog_name
AND t.table_schema = tc.schema_name
Expand Down
Loading