Yingyi Bu created ASTERIXDB-1536:
------------------------------------
Summary: Fully qualified dataset path doesn't work in SQL++
Key: ASTERIXDB-1536
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1536
Project: Apache AsterixDB
Issue Type: Bug
Components: Optimizer
Reporter: Yingyi Bu
Assignee: Yingyi Bu
The following query does not work:
SELECT *
FROM Metadata.Dataset;
It has an error:
"Undefined alias (variable) reference for identifier Metadata
[AlgebricksException]"
But the following query works:
SELECT *
FROM `Metadata.Dataset`;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)