amoeba commented on code in PR #46286:
URL: https://github.com/apache/arrow/pull/46286#discussion_r2178887666


##########
cpp/src/arrow/compute/kernels/vector_run_end_encode.cc:
##########
@@ -508,6 +509,10 @@ static ArrayKernelExec GenerateREEKernelExec(Type::type 
type_id) {
       return Functor::template Exec<UInt64Type>;
     case Type::INTERVAL_MONTH_DAY_NANO:
       return Functor::template Exec<MonthDayNanoIntervalType>;
+    case Type::DECIMAL32:
+      return Functor::template Exec<Decimal32Type>;
+    case Type::DECIMAL64:
+      return Functor::template Exec<Decimal64Type>;

Review Comment:
   Added in 3c5d7958af8e89a1aa9ce833e1387d82920e7bda, tests still pass locally 
so that's good.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to