pitrou commented on code in PR #50534:
URL: https://github.com/apache/arrow/pull/50534#discussion_r3629428809


##########
cpp/src/arrow/compute/kernels/vector_run_end_encode.cc:
##########
@@ -585,6 +710,9 @@ void RegisterVectorRunEndEncode(FunctionRegistry* registry) 
{
   add_kernel(Type::BINARY);
   add_kernel(Type::LARGE_STRING);
   add_kernel(Type::LARGE_BINARY);
+  add_nested_kernel(Type::FIXED_SIZE_LIST);
+  add_nested_kernel(Type::LIST);

Review Comment:
   Can we also handle LARGE_LIST and LIST_VIEW?
   (perhaps MAP too)?



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