Wail Y. Alkowaileet created ASTERIXDB-3298:
----------------------------------------------
Summary: 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
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)