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


##########
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:
   Thanks for the ping @pitrou. That's something I hadn't thought of. The idea 
makes sense, let me test.



-- 
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