Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
askwang committed Nov 6, 2024
1 parent df30308 commit cf275ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ case class RollbackExec(
}
case t =>
throw new UnsupportedOperationException(
s"Can not delete tag for non-paimon FileStoreTable: $t")
s"Can not rollback for non-paimon FileStoreTable: $t")
}
Seq(InternalRow(UTF8String.fromString("success")))
}
Expand Down

0 comments on commit cf275ee

Please sign in to comment.