jzhuge commented on issue #25354: [SPARK-28612][SQL] Add DataFrameWriterV2 API
URL: https://github.com/apache/spark/pull/25354#issuecomment-518313818
 
 
   How do convert `DSW.jdbc(url: String, table: String, connectionProperties: 
Properties)` to DSWv2?
   Maybe `writeTo(table).asJdbc(url, connectionProperties).<DSWv2_Action>?
   Or set url and connectionProperties in options with a simple `asJdbc()`?
   
   BTW, a new JdbcCatalog CatalogPlugin type may store url and 
connectionProperties in catalog properties, thus easier for users to access 
Jdbc tables.

----------------------------------------------------------------
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