You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Till (JIRA)" <ji...@apache.org> on 2019/05/31 06:08:00 UTC

[jira] [Commented] (ASTERIXDB-2580) LOAD statement is very picky on quotes

    [ https://issues.apache.org/jira/browse/ASTERIXDB-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852694#comment-16852694 ] 

Till commented on ASTERIXDB-2580:
---------------------------------

I think that you'll find that problem in most programming languages.

I wouldn't consider it a bug.

> LOAD statement is very picky on quotes
> --------------------------------------
>
>                 Key: ASTERIXDB-2580
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2580
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Xikui Wang
>            Priority: Major
>
> The following statement wouldn't work simply because of the quotes are not recognized by AsterixDB
> {noformat}
> DROP DATAVERSE cs122aTest IF EXISTS;
> CREATE DATAVERSE cs122aTest;
> USE cs122aTest;
> CREATE TYPE TestType AS \{id: int};
> CREATE DATASET TestData(TestType) PRIMARY KEY id;
> LOAD DATASET TestData USING localfs
> ((“path”=“:///.../TestData.json”),(“format”=“adm”));
> SELECT * FROM TestData;
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)