pitrou commented on code in PR #46286: URL: https://github.com/apache/arrow/pull/46286#discussion_r2177799820
########## 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: Ping @amoeba -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org