Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15263#discussion_r80845890 --- Diff: docs/sql-programming-guide.md --- @@ -1058,7 +1059,21 @@ the Data Sources API. The following options are supported: The JDBC fetch size, which determines how many rows to fetch per round trip. This can help performance on JDBC drivers which default to low fetch size (eg. Oracle with 10 rows). </td> </tr> - + + <tr> + <td><code>batchsize</code></td> + <td> + The JDBC batch size, which determines how many rows to insert per round trip. This can help performance on JDBC drivers. + </td> + </tr> + + <tr> + <td><code>isolationLevel</code></td> + <td> + The transaction isolation level, which applies to current connection. Please refer the documenation in <code>java.sql.Connection</code>. --- End diff -- `current connection` -> `the current connection`
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org