Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLin666 committed Feb 18, 2024
1 parent dd005ea commit b40b9de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/usage/writing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ In this case, you can use a `predicate` to overwrite only the relevant records o
Data written must conform to the same predicate, i.e. not contain any records that don't match the `predicate` condition,
otherwise the operation will fail

{{ code_example('operations', 'replace_where', ['replaceWhere'])}}
{{ code_example('operations', 'replace_where', ['replaceWhere'])}}

## Enable unsafe writes in local file system (opt-in)

If the local file system does not support hard links, such as blobfuse, s3fs-fuse, you can choose to set the `FILE_ALLOW_UNSAFE_RENAME` variable to ``true`` in order to enable unsafe writes.

0 comments on commit b40b9de

Please sign in to comment.