Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ class SpillableHostStore(val maxSize: Option[Long] = None)
* instead, construct the handles directly. This is because the factory methods
* trigger a spill to disk, and that standard behavior of the spill framework so far.
* @param handle a host handle that only has a size set, and no backing store.
* @return the builder to be closed by caller
* @return the builder to be closed by caller....

Copilot AI Sep 18, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ellipsis (....) in this comment appears to be unintentional. Consider removing the extra dots or clarifying if they serve a specific purpose.

Copilot uses AI. Check for mistakes.
*/
def makeBuilder(handle: SpillableHostBufferHandle): SpillableHostBufferHandleBuilder = {
var builder: Option[SpillableHostBufferHandleBuilder] = None
Expand Down
Loading