trinodb/trino

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

Open

#12,901 opened on 2022年6月19日

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
 (平均マージ 5d 9h) (30d で 306 merged PRs)

説明

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

コントリビューターガイド