cloud-fan commented on a change in pull request #34291:
URL: https://github.com/apache/spark/pull/34291#discussion_r733396995
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCRDD.scala
##########
@@ -179,6 +179,7 @@ object JDBCRDD extends Logging {
* @param options - JDBC options that contains url, table and other
information.
* @param outputSchema - The schema of the columns or aggregate columns to
SELECT.
* @param groupByColumns - The pushed down group by columns.
+ * @param limit - The pushed down limit.
Review comment:
we should mention that `0` means no limit
--
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]