Skip to content

Commit

Permalink
fix examples/substrait.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Jul 25, 2024
1 parent 7211ba6 commit a75861d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/substrait.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@

# Back to Substrait Plan just for demonstration purposes
# type(substrait_plan) -> <class 'datafusion.substrait.plan'>
substrait_plan = ss.Producer.to_substrait_plan(df_logical_plan)
substrait_plan = ss.Producer.to_substrait_plan(df_logical_plan, ctx)

0 comments on commit a75861d

Please sign in to comment.