Skip to content

Commit

Permalink
SpillFramework.remove should be private[spill]
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Dec 10, 2024
1 parent 2919030 commit 754a2f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ object SpillFramework extends Logging {

var chunkedPackBounceBufferPool: DeviceBounceBufferPool = _

def remove(handle: StoreHandle): Unit = {
private[spill] def remove(handle: StoreHandle): Unit = {
// if the stores have already shut down, we don't want to create them here
// so we use `storesInternal` directly.
handle match {
Expand Down

0 comments on commit 754a2f9

Please sign in to comment.