[
https://issues.apache.org/jira/browse/ASTERIXDB-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17782733#comment-17782733
]
ASF subversion and git services commented on ASTERIXDB-3298:
------------------------------------------------------------
Commit 80c24638e247064a0a5e6c4036874e12f682730d in asterixdb's branch
refs/heads/master from Wail Alkowaileet
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=80c24638e2 ]
[ASTERIXDB-3298][RT] Fix IndexOutOfBoundException in COPY TO
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
IndexOutOfBoundException is thrown if the write path is empty
Change-Id: Ic4d9b95220fdfd69465bd4cb4ecc4f2a7f2bf390
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17902
Integration-Tests: Jenkins <[email protected]>
Tested-by: Wail Alkowaileet <[email protected]>
Reviewed-by: Wail Alkowaileet <[email protected]>
> IndexOutOfBoundException when PATH is empty in COPY TO
> ------------------------------------------------------
>
> Key: ASTERIXDB-3298
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3298
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: RT - Runtime
> Affects Versions: 0.9.9
> Reporter: Wail Y. Alkowaileet
> Assignee: Wail Y. Alkowaileet
> Priority: Major
> Labels: triaged
> Fix For: 0.9.9
>
>
> Example:
> {noformat}
> COPY Customer c
> TO S3
> PATH ()
> WITH {
> "accessKeyId":"dummyAccessKey",
> "secretAccessKey":"dummySecretKey",
> "region":"us-west-2",
> "serviceEndpoint":"http://127.0.0.1:8001",
> "container":"empty-bucket1",
> "format":"json"
> }; {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)