Describe the enhancement requested
|
# TODO(dataset) with datasets API it raises OSError instead |
|
with pytest.raises((pa.ArrowInvalid, OSError), |
|
match='size is 0 bytes'): |
|
with open(path, 'wb') as f: |
Seems like it does not throw OSError anymore
Component(s)
Python