Github user chenghao-intel commented on the pull request:

    https://github.com/apache/spark/pull/3780#issuecomment-70765307
  
    For my understanding, `insertInto` works in the ways of `create new`, 
`append` or `overwrite` already, but it doesn't give user an option, which 
allow throwing exception when the file already existed. Probably that's why we  
need the `saveAsParquetFile`, which in the semantic of `create new` if the file 
doesn't exist, or `overwrite` provided by this PR.
    
    I can close this PR if you feel this change is worthless.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to