Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21173#discussion_r186099566
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -1338,6 +1338,16 @@ the following case-insensitive options:
          </td>
       </tr>
     
    +  <tr>
    +    <td><code>queryTimeout</code></td>
    +    <td>
    +      The number of seconds the driver will wait for a Statement object to 
execute to the given
    +      number of seconds. Zero means there is no limit. In the write path, 
this option depends on
    +      how JDBC drivers implement the API <code>setQueryTimeout</code>, 
e.g., the h2 JDBC driver
    +      checks the timeout of each query instead of an entire JDBC batch.
    --- End diff --
    
    nit: default value.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to