This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 25db6b4  [MINOR][DOCS] Typo fix in cloud-integration.md
25db6b4 is described below

commit 25db6b45c7636a1c62b6fd6ad189836b019374a3
Author: Dmitriy Fishman <fishman.c...@gmail.com>
AuthorDate: Fri Oct 1 11:26:21 2021 -0500

    [MINOR][DOCS] Typo fix in cloud-integration.md
    
    ### What changes were proposed in this pull request?
    Typo fix
    
    ### Why are the changes needed?
    
    ### Does this PR introduce _any_ user-facing change?
    
    ### How was this patch tested?
    
    Closes #34129 from fishmandev/patch-1.
    
    Authored-by: Dmitriy Fishman <fishman.c...@gmail.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 docs/cloud-integration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cloud-integration.md b/docs/cloud-integration.md
index 22925a5..d65616e 100644
--- a/docs/cloud-integration.md
+++ b/docs/cloud-integration.md
@@ -188,7 +188,7 @@ directories called `"_temporary"` on a regular basis.
 1. For AWS S3, set a limit on how long multipart uploads can remain 
outstanding.
 This avoids incurring bills from incompleted uploads.
 1. For Google cloud, directory rename is file-by-file. Consider using the v2 
committer
-and only write code which generates idemportent output -including filenames,
+and only write code which generates idempotent output -including filenames,
 as it is *no more unsafe* than the v1 committer, and faster.
 
 ### Parquet I/O Settings

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to