Skip to content

Commit

Permalink
[Spark] Remove two unused methods in DeltaErrors.scala
Browse files Browse the repository at this point in the history
- [X] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)

Remove two unused methods in DeltaErrors.scala

N/A

Closes delta-io#2309

GitOrigin-RevId: 55d8b064ff70c4d4b9a0410559ab3faac33ae801
  • Loading branch information
cstavr authored and allisonport-db committed Nov 20, 2023
1 parent 4ceba23 commit 74965a3
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2910,14 +2910,6 @@ trait DeltaErrorsBase
pos = 0)
}

def deletionVectorNonIncrementalUpdate(): Throwable = {
new DeltaIllegalStateException(errorClass = "DELTA_DELETION_VECTOR_NON_INCREMENTAL_UPDATE")
}

def deletionVectorOverlappingRows(): Throwable = {
new DeltaIllegalStateException(errorClass = "DELTA_DELETION_VECTOR_OVERLAPPING_ROWS")
}

def statsRecomputeNotSupportedOnDvTables(): Throwable = {
new DeltaCommandUnsupportedWithDeletionVectorsException(
errorClass = "DELTA_UNSUPPORTED_STATS_RECOMPUTE_WITH_DELETION_VECTORS",
Expand Down

0 comments on commit 74965a3

Please sign in to comment.