alamb commented on issue #12709:
URL: https://github.com/apache/datafusion/issues/12709#issuecomment-2686431136

   I agree this still seems not to be supported
   
   ```sql
   > select arrow_typeof(x'1234');
   +-------------------------------+
   | arrow_typeof(Binary("18,52")) |
   +-------------------------------+
   | Binary                        |
   +-------------------------------+
   1 row(s) fetched.
   Elapsed 0.003 seconds.
   
   > select x'1234' || x'5678';
   Error during planning: Cannot infer common string type for string concat 
operation Binary || 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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to