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

ASF subversion and git services commented on ASTERIXDB-3170:
------------------------------------------------------------

Commit 066fd5657f2a2a89de54c47b6d62facc858175ed in asterixdb's branch 
refs/heads/master from Peeyush Gupta
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=066fd5657f ]

[ASTERIXDB-3170][COMP] Support COPY Statment

- user model changes: yes
- storage format changes: no
- interface changes: no

Details:
With this change, we add support for COPY statement, that can be
used to upsert data into a dataset from an external data source.

Change-Id: I612978472f090ab3c32e901aa37087ed5b7edf92
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17499
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Peeyush Gupta <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>


> Support COPY statement syntax
> -----------------------------
>
>                 Key: ASTERIXDB-3170
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3170
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: COMP - Compiler
>    Affects Versions: 0.9.9
>            Reporter: Murtadha Makki Al Hubail
>            Assignee: Peeyush Gupta
>            Priority: Major
>             Fix For: 0.9.9
>
>
> Add support for COPY statement that can be used to upsert data into a dataset 
> from an external data source. e.g.
> {noformat}
> COPY Customers
> USING localfs
> (("path"="asterix_nc1://data/nontagged/customerData.json"),("format"="adm"));
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to