Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update ResolveDefaultColumnsUtil.scala
  • Loading branch information
cloud-fan authored Jun 28, 2024
commit 8093c8a79a793677e3cccb2cdb336d1f2dfcccd1
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