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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to