Skip to content

Commit 072e977

Browse files
author
SharonZhang1
committed
note for two methods
1 parent df433f4 commit 072e977

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/synapse-analytics/spark/microsoft-spark-utilities.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,9 @@ mssparkutils.fs.append("file path", "content to append", True) # Set the last pa
537537
```
538538
::: zone-end
539539

540+
> [!NOTE]
541+
> ```mssparkutils.fs.append()``` and ```mssparkutils.fs.put()``` do not support concurrent writing to the same file due to lack of atomicity guarantees.
542+
540543
### Delete file or directory
541544

542545
Removes a file or a directory.

0 commit comments

Comments
 (0)