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 16:55:54 UTC

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

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