Open hendrikmakait opened 2 months ago
When spilling runs out of disk, it raises the rather opaque OSError(28, 'No space left on device'). We should improve this error message to help the user understand what's happening and how they can resolve this situation.
OSError(28, 'No space left on device')
When spilling runs out of disk, it raises the rather opaque
OSError(28, 'No space left on device')
. We should improve this error message to help the user understand what's happening and how they can resolve this situation.