findepi commented on issue #12272: URL: https://github.com/apache/datafusion/issues/12272#issuecomment-2323381820
Good question. Maybe. Is `arrow_cast(val, arrow_typeof(val2))` guaranteed to be equivalent to `CAST(val, <SQL type of val2>)`? Also, from SQL user perspective, arrow is an implementation detail, so it could be preferred to be able to write the desired cast in familiar terms (ie using `CAST` rather than `arrow_cast`). -- 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