vlovich opened a new issue, #459:
URL: https://github.com/apache/arrow-rs-object-store/issues/459
**Describe the bug**
I'm using lancedb and trying to run it on Android. Hard link creation seems
to be not allowed?
Here's a log I introduce:
```
failed create hard link
path="/data/data/io.openinfer.chat/openinfer.io/vector-dbs/research/research_response.lance/_versions/1.manifest"
staging_path="/data/data/io.openinfer.chat/openinfer.io/vector-dbs/research/research_response.lance/_versions/1.manifest#1"
source=Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
```
**To Reproduce**
* Create an empty lancedb table
**Expected behavior**
Table creates
**Additional context**
I understand that lancedb isn't this project but the crash is coming from
here in src/local.rs when using `PutMode::Create`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]