Skip to content

Commit

Permalink
Fix partitions as list[list[pyarrow.RecordBatch]] (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 authored Oct 22, 2024
1 parent b792eb0 commit 810592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tips.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
)

ray_results = ray_ctx.plan(df.execution_plan())
df_ctx.create_dataframe([ray_results]).show()
df_ctx.create_dataframe([[ray_results]]).show()

0 comments on commit 810592c

Please sign in to comment.