Skip to content

Commit

Permalink
Merge branch 'fd-date-cast' of github.com:Fokko/arrow into fd-date-cast
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Jul 9, 2024
2 parents a58ab97 + 25880f3 commit deae941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/scalar_cast_temporal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ std::shared_ptr<CastFunction> GetDate32Cast() {

std::shared_ptr<CastFunction> GetDate64Cast() {
auto func = std::make_shared<CastFunction>("cast_date64", Type::DATE64);
const auto out_ty = date64();
const auto& out_ty = date64();
AddCommonCasts(Type::DATE64, out_ty, func.get());

// date64 -> date64
Expand Down

0 comments on commit deae941

Please sign in to comment.