Skip to content

Commit

Permalink
implemented __setitem__
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneding committed Jul 13, 2021
1 parent e57513c commit d1d3580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/_lib/scalar.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ cdef _set_struct_from_pydict(unique_ptr[scalar]& s,
],
names=columns
)
# print(pyarrow_table)

cdef Table table = from_arrow(pyarrow_table, column_names=columns)
cdef table_view struct_view = table.view()

Expand Down

0 comments on commit d1d3580

Please sign in to comment.