if (!actualColumnsAdded.equals(customTransform.addedColumns)) {
        throw DataFrameColumnsException(
          s"The [${actualColumnsAdded.mkString(", ")}] columns were actually added, but you specified that these columns should have been added [${customTransform.addedColumns
            .mkString(", ")}]"
        )