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