Skip to content

Commit

Permalink
returned default value ffor ceil
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneding committed Aug 25, 2021
1 parent 3c5c9f9 commit 12e23d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/datetime/datetime_ops.cu
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ struct ceil_timestamp {
return time_point_cast<typename Timestamp::duration>(ceil<duration_ns>(ts));
default: cudf_assert(false && "Unexpected resolution");
}

return {};
}
};

Expand Down

0 comments on commit 12e23d7

Please sign in to comment.