Skip to content
Prev Previous commit
Next Next commit
doc
  • Loading branch information
ulysses-you committed Mar 10, 2021
commit 062b1d4d96256c4c05a00debf50aac8d3e64f614
Original file line number Diff line number Diff line change
Expand Up @@ -864,8 +864,8 @@ object SQLConf {
"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. But for " +
"the predicate of Not InSet which values exceeds the threshold, we won't push it to " +
"Hive Metastore.")
"InSet inside Not with values exceeding the threshold, we won't push it to Hive Metastore."
)
.version("3.1.0")
.internal()
.intConf
Expand Down