gatorsmile commented on a change in pull request #24233: [SPARK-26356][SQL] remove SaveMode from data source v2 URL: https://github.com/apache/spark/pull/24233#discussion_r287226567
########## File path: sql/core/src/main/java/org/apache/spark/sql/sources/v2/TableProvider.java ########## @@ -26,6 +26,9 @@ * The base interface for v2 data sources which don't have a real catalog. Implementations must * have a public, 0-arg constructor. * <p> + * Note that, TableProvider can only apply data operations to existing tables, like read, append, + * delete, and overwrite. Not operations that require metadata changes, like create/drop tables. Review comment: `Not operations` -> `It does not support the operations` ---------------------------------------------------------------- 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]
