alamb commented on issue #18159: URL: https://github.com/apache/datafusion/issues/18159#issuecomment-3422456599
Specifically, in - https://github.com/apache/datafusion/pull/18161 @2010YOUY01 added special case logic to the NestedLoopsJoin operator because ScalarValue::to_array_of_size() was very inefficient when used on `DataType::Utf8View` values. However, the logic is applicable to all uses of `ScalarValue::to_array_of_size()` not only in NestedLoopsJoin. This ticket tracks moving the special case into `ScalarValue::to_array_of_size()` itself rather than a special case in NestedLoopsJoin. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
