itholic opened a new pull request #32723:
URL: https://github.com/apache/spark/pull/32723


   ### What changes were proposed in this pull request?
   
   This PR proposes move missing JDBC data source options from Python, Scala 
and Java into a single page.
   
   ### Why are the changes needed?
   
   So far, the documentation for JDBC data source options is separated into 
different pages for each language API documents. However, this makes managing 
many options inconvenient, so it is efficient to manage all options in a single 
page and provide a link to that page in the API of each language.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, the documents will be shown below after this change:
   
   - "JDBC To Other Databases" page
   <img width="801" alt="Screen Shot 2021-06-01 at 1 25 53 PM" 
src="https://user-images.githubusercontent.com/44108233/120267176-66505100-c2de-11eb-9a03-df027c27fdd2.png";>
   
   
   - Python
   <img width="703" alt="Screen Shot 2021-06-01 at 1 26 32 PM" 
src="https://user-images.githubusercontent.com/44108233/120267196-71a37c80-c2de-11eb-8909-f41cf3ebd470.png";>
   
   
   - Scala
   <img width="878" alt="Screen Shot 2021-06-01 at 1 56 37 PM" 
src="https://user-images.githubusercontent.com/44108233/120268675-38204080-c2e1-11eb-94d3-858131799a6b.png";>
   
   
   - Java
   <img width="1265" alt="Screen Shot 2021-06-01 at 1 56 30 PM" 
src="https://user-images.githubusercontent.com/44108233/120268683-3c4c5e00-c2e1-11eb-9f5a-b95b952bf87a.png";>
   
   
   
   ### How was this patch tested?
   
   Manually build docs and confirm the page.


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



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

Reply via email to