Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
longvu-db committed Sep 3, 2024
1 parent d9063ca commit e717ef9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,7 @@ class DeltaAnalysis(session: SparkSession)
val v1TableName = child.identifier.asTableIdentifier
namespace.foreach { ns =>
if (v1TableName.database.exists(!resolver(_, ns.head))) {
throw QueryCompilationErrors.showColumnsWithConflictNamespacesError(
Seq(ns.head), Seq(v1TableName.database.get))
throw QueryCompilationErrors.showColumnsWithConflictDatabasesError(ns, v1TableName)
}
}
ShowDeltaTableColumnsCommand(child)
Expand Down

0 comments on commit e717ef9

Please sign in to comment.