We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a09ab commit b5f2d80Copy full SHA for b5f2d80
python/tests/test_io.py
@@ -133,4 +133,4 @@ def fail_collect(self): # pragma: no cover - failure path
133
134
table = pa.Table.from_batches(df)
135
assert table.shape == (10, 1)
136
- assert table.column_names == ["range"]
+ assert table.column_names == ["value"]
0 commit comments