trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.27k stars 2.95k forks source link

Single SPI method for resolving relation name #9400

Open findepi opened 3 years ago

findepi commented 3 years ago

We have multiple methods in ConnectorMetadata that effectively resolve relation name:

Replace these with a single method e.g. resolveRelation so that

See also: https://github.com/trinodb/trino/issues/9253 and https://github.com/trinodb/trino/issues/9253#issuecomment-927747023

findepi commented 3 years ago

cc @losipiuk @phd3 @martint @kasiafi @sopel39