You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/05 21:11:11 UTC

[GitHub] [spark] jzhuge edited a comment on issue #25354: [SPARK-28612][SQL] Add DataFrameWriterV2 API

jzhuge edited a comment on issue #25354: [SPARK-28612][SQL] Add DataFrameWriterV2 API
URL: https://github.com/apache/spark/pull/25354#issuecomment-518337921
 
 
   @rdblue Catalog level properties sounds good to me.
   
   Also realized that JdbcCatalog plugin type is not needed if the only things we want are the provider common options. Each provider can pick up common options from catalog properties automatically, e.g.:
   ```
   spark.sql.catalog.<name>.provider.<provider_name>.<provider_common_options>
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org