trinodb/trino

MongoDB connector returns no column for uppercase table names when case-insensitive-name-matching is false

Open

#12,901 opened on Jun 19, 2022

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (2,678 forks)batch import
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

Contributor guide