[Bug]: RemoteBulkWriter
doesn't work in Windows environment.
#2431
Labels
kind/bug
Something isn't working
RemoteBulkWriter
doesn't work in Windows environment.
#2431
Is there an existing issue for this?
Describe the bug
I deploy a milvus-standalone on my laptop, and try to use
RemoteBulkWriter
It writes data just under bucket root path
\\1.json
as following.And I try to deploy to docker, it can write to folder
/data
correctlyExpected Behavior
The data should be upload to minio path such like
s3://a-bucket/data/<uuid>/1.json
Steps/Code To Reproduce behavior
Environment details
insdie docker-compose.yaml
Anything else?
I have not test this behavior on other SDK, should we add test to CI/CD stage towards windows platform ?
The text was updated successfully, but these errors were encountered: