Skip to content

Commit 9f94605

Browse files
committed
Drop the comment
1 parent c0bcfae commit 9f94605

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/UpdateAttributeNullability.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ import org.apache.spark.sql.catalyst.rules.Rule
2929
* nullable field can be actually set as non-nullable, which cause illegal optimization
3030
* (e.g., NULL propagation) and wrong answers.
3131
* 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.
3532
*/
3633
object UpdateAttributeNullability extends Rule[LogicalPlan] {
3734

0 commit comments

Comments
 (0)