diff --git a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/ResolveDefaultColumnsUtil.scala b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/ResolveDefaultColumnsUtil.scala index 3f859196da90b..a19ac5288eaf7 100644 --- a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/ResolveDefaultColumnsUtil.scala +++ b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/ResolveDefaultColumnsUtil.scala @@ -165,10 +165,6 @@ object ResolveDefaultColumns extends QueryErrorsBase * * The column "DEFAULT" will be resolved to the default value expression defined for the column of * the assignment key. - * - * IMPORTANT: The 'invalidColumnDefaultException' argument must be lazy until the exception - * is actually thrown, because the instantiation of SparkThrowable exception results in - * reading the file error-classes to format exception message. */ def resolveColumnDefaultInAssignmentValue( key: Expression,