Skip to content

Commit

Permalink
Update ResolveDefaultColumnsUtil.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-fan authored Jun 28, 2024
1 parent a923487 commit 8093c8a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8093c8a

Please sign in to comment.