Details
-
Bug
-
Resolution: Fixed
-
Major
-
Goldfish Private Preview
-
8.0.0-1453
-
Untriaged
-
Linux x86_64
-
0
-
No
-
Analytics Sprint 30
Description
Steps to reproduce -
- Create an on-prem cluster with serverless mode.
- Setup the compute storage seperation.
- Now load travel-sample bucket on KV
- create a dataset on travel-sample.
- Now execute copy to statement, such that the path specified in the statement already exists in the S3 bucket.
- Following error is thrown
-
[
{
"code": 23073,
"msg": "Cannot write to a non-empty directory 'test2/' (in line 1, at column 41)",
"query_from_user": "COPY Default.x TO copytotest AT l1 PATH(\"test2/\");"
}
]
here test2 folder already exists in S3 bucket, also the folder is empty.
-