cloud-fan commented on a change in pull request #31646:
URL: https://github.com/apache/spark/pull/31646#discussion_r590436971
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -863,7 +863,9 @@ object SQLConf {
.doc("The threshold of set size for InSet predicate when pruning
partitions through Hive " +
"Metastore. When the set size exceeds the threshold, we rewrite the
InSet predicate " +
"to be greater than or equal to the minimum value in set and less than
or equal to the " +
- "maximum value in set. Larger values may cause Hive Metastore stack
overflow.")
+ "maximum value in set. Larger values may cause Hive Metastore stack
overflow. But for " +
+ "the predicate of Not InSet which values exceeds the threshold, we
won't to push it " +
Review comment:
`won't to push` -> `won't push`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]