[
https://issues.apache.org/jira/browse/ASTERIXDB-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wail Y. Alkowaileet updated ASTERIXDB-3170:
-------------------------------------------
Labels: triaged (was: )
> 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
> Labels: triaged
> 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)