HyukjinKwon commented on code in PR #37186:
URL: https://github.com/apache/spark/pull/37186#discussion_r920749930
##########
docs/sql-data-sources-jdbc.md:
##########
@@ -286,6 +286,15 @@ logging into the data sources.
<td>read</td>
</tr>
+ <tr>
+ <td><code>pushDownOffset</code></td>
+ <td><code>false</code></td>
+ <td>
+ The option to enable or disable OFFSET push-down into V2 JDBC data
source. The default value is false, in which case Spark will not push down
OFFSET to the JDBC data source. Otherwise, if sets to true, SPARK will try to
push down OFFSET to the JDBC data source. If <code>pushDownOffset</code> is
true and <code>numPartitions</code> is equals to 1, OFFSET will be pushed down
to the JDBC data source. Otherwise, OFFSET will not be pushed down and SPARK
still applies OFFSET on the result from data source.
Review Comment:
SPARK -> Spark
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]