Skip to content

Commit

Permalink
Remove unused method from DeletionVectorUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Dec 18, 2024
1 parent f577290 commit 6547a21
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ trait DeletionVectorUtils extends DeltaLogging {
}
}

/**
* Returns true if persistent deletion vectors are enabled and
* readable with the current reader version.
*/
def fileIndexSupportsReadingDVs(fileIndex: FileIndex): Boolean = fileIndex match {
case index: TahoeFileIndex => deletionVectorsReadable(index)
case _: SupportsRowIndexFilters => true
case _ => false
}

def deletionVectorsWritable(
snapshot: SnapshotDescriptor,
newProtocol: Option[Protocol] = None,
Expand Down

0 comments on commit 6547a21

Please sign in to comment.