We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f68d8b commit 13fccbeCopy full SHA for 13fccbe
1 file changed
python/tests/test_io.py
@@ -128,6 +128,6 @@ def test_arrow_c_stream_large_dataset(ctx):
128
def test_table_from_batches_stream(ctx, fail_collect):
129
df = range_table(ctx, 0, 10)
130
131
- table = pa.Table.from_batches(batch.to_pyarrow() for batch in df)
+ table = pa.table(df)
132
assert table.shape == (10, 1)
133
assert table.column_names == ["value"]
0 commit comments