pepijnve commented on PR #23211:
URL: https://github.com/apache/datafusion/pull/23211#issuecomment-4813183345

   > more features
   
   I was a little bit too optimistic there. While the arrow implementation can 
in theory do `FixedBinary(n) || FixedBinary(m) => FixedBinary(n + m)`, there's 
a `left.data_type() == right.data_type()` guard that gets in the way of 
actually doing so. More PRs to prepare.
   
   `string_concat_coercion` prevents hitting that code path at the moment by 
coercing the two `FixedBinary` types to variable length `Binary`.


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

Reply via email to