Github user Mageswaran1989 commented on a diff in the pull request:
https://github.com/apache/spark/pull/8128#discussion_r38062415
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala ---
@@ -192,6 +192,12 @@ private[spark] object SQLConf {
"column based on statistics of the data.",
isPublic = false)
+ val LIMIT_ROWS = longConf("spark.sql.limit.rows",
+ defaultValue = Some(100000L),
+ doc = "For the LIMIT clause, put all of the output rows in a single
partition " +
+ "iif the required row number less than the threshold, otherwise
fetch the rows in a " +
--- End diff --
I think iif => is typo
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]