mapleFU commented on code in PR #43302:
URL: https://github.com/apache/arrow/pull/43302#discussion_r1686312367


##########
cpp/src/arrow/compute/kernels/scalar_cast_internal.cc:
##########
@@ -281,6 +279,8 @@ void AddZeroCopyCast(Type::type in_type_id, InputType 
in_type, OutputType out_ty
 }
 
 static bool CanCastFromDictionary(Type::type type_id) {
+  /// TODO(GH-43010): add is_binary_view_like() here once array_take

Review Comment:
   aha I also need this in Parquet, could we just add it here or add a separate 
pr?



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