trinodb/trino
View on GitHubMongoDB connector returns no column for uppercase table names when case-insensitive-name-matching is false
Open
#12,901 opened on Jun 19, 2022
good first issue
Repository metrics
- Stars
- (9,113 stars)
- PR merge metrics
- (Avg merge 5d 9h) (306 merged PRs in 30d)
Description
We should throw a table not found exception instead.
trino> SELECT * FROM mongodb.tpch.test;
line 1:8: SELECT * not allowed from relation that has no columns