itholic opened a new pull request #32745: URL: https://github.com/apache/spark/pull/32745
### What changes were proposed in this pull request? This PR proposes fix the default value in Data Source Option page based on the Scala documentation. ### Why are the changes needed? Some of the existing default value in Data Source Option page follow the Python documentation, which has `None` as the default value for all options. ### Does this PR introduce _any_ user-facing change? Yes, the default value in the Data Source Option page is fixed (from `None` to proper default value) - Before <img width="361" alt="Screen Shot 2021-06-02 at 6 31 12 PM" src="https://user-images.githubusercontent.com/44108233/120456594-b8719f00-c3d0-11eb-9778-071ab2ba9f45.png"> - After <img width="562" alt="Screen Shot 2021-06-02 at 6 32 47 PM" src="https://user-images.githubusercontent.com/44108233/120456844-f1117880-c3d0-11eb-9c7c-9dcd66776444.png"> ### How was this patch tested? Manually built the docs and checked one by one. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
