Evgeny Stanilovsky created IGNITE-28911:
-------------------------------------------
Summary: Calcite. Deprecate a possibility to use hints with not
existing tables
Key: IGNITE-28911
URL: https://issues.apache.org/jira/browse/IGNITE-28911
Project: Ignite
Issue Type: Improvement
Components: sql
Affects Versions: 2.18
Reporter: Evgeny Stanilovsky
Currently we have a possibility to use a hint with non existing table, smth
like :
{noformat}
SELECT /*+ NO_CNL_JOIN('UNEXISTING') */ t1.v1, t2.v2 FROM TBL1 t1 INNER JOIN
TBL5 t2 on t1.v3=t2.v3
{noformat}
such a scenario can bring unexpected behavior - use hint with lexographical
error in table name mean that this hint is silenty ignored.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)