cloud-fan edited a comment on issue #24233: [SPARK-26356][SQL] remove SaveMode from data source v2 URL: https://github.com/apache/spark/pull/24233#issuecomment-492628836 I'd like to move forward this PR with the schema check hack, because of https://github.com/apache/spark/pull/24469#issuecomment-491696938 In addition, this PR 1. makes append mode the default when writing to data source v2 2. keep the hack for file source. Previously the file source relied on `SupportsSaveMode` to support all the save modes. Several tests rely on it and removing the hack fails these tests. If we want to remove the hack, we should do it in a new PR and update these tests. What do you think? @rdblue
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
