[
https://issues.apache.org/jira/browse/CALCITE-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-5790.
----------------------------------
Fix Version/s: 1.35.0
Resolution: Fixed
Fixed in
[181dd402a|https://github.com/apache/calcite/commit/181dd402aefc801e2b704e5640b28fe7d7cd803f].
> Query with "*" but no FROM clause should be invalid
> ---------------------------------------------------
>
> Key: CALCITE-5790
> URL: https://issues.apache.org/jira/browse/CALCITE-5790
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Priority: Major
> Fix For: 1.35.0
>
>
> The query
> {code}
> SELECT *
> {code}
> (which has a "*" indicating "all columns of all source tables" but no
> {{FROM}} clause to define source tables) should be invalid.
> The validator should throw "SELECT * requires a FROM clause".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)