Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Merged
Prev Previous commit
Next Next commit
Return error status
  • Loading branch information
akharche committed May 28, 2020
commit f164c3d8e954f8db6a31c33e54ca8c3520fb6eb2
2 changes: 1 addition & 1 deletion sdc/hiframes/boxing.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def unbox_dataframe(typ, val, c):
for var in column_strs:
c.context.nrt.incref(c.builder, string_type, var)

return NativeValue(dataframe._getvalue())
return NativeValue(dataframe._getvalue(), is_error=c.builder.load(errorptr))


def get_hiframes_dtypes(df):
Expand Down