Dongming Liu created CALCITE-1492:
-------------------------------------
Summary: Table name with star is not supported.
Key: CALCITE-1492
URL: https://issues.apache.org/jira/browse/CALCITE-1492
Project: Calcite
Issue Type: Bug
Affects Versions: 1.11.0
Reporter: Dongming Liu
Assignee: Julian Hyde
sql1:
{code}
select * from t1;
{code}
This sql is ok.
sql2:
{code}
select t1.* from t1;
{code}
This sql has error as follows:
{noformat}
>From line 1, column 8 to line 1, column 9: Column '"*"' not found in table 't1'
{noformat}
Does calcite not support it?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)