Skip to content

Commit

Permalink
[OPPRO-153] Fix int variant (facebookincubator#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo authored and U-CCR\zhenhuiz committed Jun 21, 2022
1 parent 3634b67 commit 352bfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/substrait/TypeUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ template <>
struct RangeTraits<TypeKind::INTEGER> {
using RangeType = common::BigintRange;
using MultiRangeType = common::BigintMultiRange;
using NativeType = int64_t;
using NativeType = int32_t;
};

template <>
Expand Down

0 comments on commit 352bfa1

Please sign in to comment.