Jefffrey commented on issue #12709: URL: https://github.com/apache/datafusion/issues/12709#issuecomment-4286248692
Maybe it's better to only support str+str=str and bin+bin=bin for concat & `||`, and any mixed ones (str+bin, bin+str) should be a type error like spark/duckdb/snowflake. That seems like the least surprising behaviour to me. -- 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]
