Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jul 11, 2024
1 parent f7a1ed4 commit e2ad914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ case class DeltaScanTransformer(
_.name == "__delta_internal_is_row_deleted") || requiredSchema.fields.exists(
_.name == "__delta_internal_row_index")
) {
return ValidationResult.notOk(s"Deletion vector is not supported in native.")
return ValidationResult.failed(s"Deletion vector is not supported in native.")
}

super.doValidateInternal()
Expand Down

0 comments on commit e2ad914

Please sign in to comment.