Skip to content

Commit 810592c

Browse files
authored
Fix partitions as list[list[pyarrow.RecordBatch]] (#38)
Signed-off-by: Austin Liu <austin362667@gmail.com>
1 parent b792eb0 commit 810592c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tips.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
)
5353

5454
ray_results = ray_ctx.plan(df.execution_plan())
55-
df_ctx.create_dataframe([ray_results]).show()
55+
df_ctx.create_dataframe([[ray_results]]).show()

0 commit comments

Comments
 (0)