We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bcfae commit 9f94605Copy full SHA for 9f94605
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/UpdateAttributeNullability.scala
@@ -29,9 +29,6 @@ import org.apache.spark.sql.catalyst.rules.Rule
29
* nullable field can be actually set as non-nullable, which cause illegal optimization
30
* (e.g., NULL propagation) and wrong answers.
31
* See SPARK-13484 and SPARK-13801 for the concrete queries of this case.
32
- *
33
- * This rule should be executed again at the end of optimization phase, as optimizer may change
34
- * some expressions and their nullabilities as well. See SPARK-21351 for more details.
35
*/
36
object UpdateAttributeNullability extends Rule[LogicalPlan] {
37
0 commit comments