Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Sep 17, 2024
1 parent 8d1aca0 commit 00c97ea
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1944,11 +1944,12 @@ class DeltaColumnMappingSuite extends QueryTest
|TBLPROPERTIES('${DeltaConfigs.COLUMN_MAPPING_MODE.key}'='none')
|""".stripMargin)
}
val condition = "DELTA_INVALID_CHARACTERS_IN_COLUMN_NAMES"
checkError(
e,
"DELTA_INVALID_CHARACTERS_IN_COLUMN_NAMES",
condition,
parameters = DeltaThrowableHelper
.getParameterNames(errorClass, errorSubClass = null)
.getParameterNames(condition, errorSubClass = null)
.zip(invalidColumns).toMap
)
}
Expand Down

0 comments on commit 00c97ea

Please sign in to comment.