You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Yingyi Bu (JIRA)" <ji...@apache.org> on 2016/07/21 00:48:20 UTC

[jira] [Closed] (ASTERIXDB-1536) Fully qualified dataset path doesn't work in SQL++

     [ https://issues.apache.org/jira/browse/ASTERIXDB-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yingyi Bu closed ASTERIXDB-1536.
--------------------------------
    Resolution: Fixed

A regression test added with the merged fix:

https://github.com/apache/asterixdb/commit/74fec83d91bd658b9f474ab65ea8febb3efb8d78

> 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)