This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
[DISCUSSION] add new versions of failable utf8 cast implementations #457
Labels
question
Further information is requested
Postgres returns a syntax error when user tries to cast an non-numeric string to integers. The current cast compute module returns NULL when casting cannot be done. This makes it not possible to implement the same behavior in Datafusion (see comment in https://github.com/houqp/arrow-datafusion/pull/9/files#r716175200).
Is there any particular reason why we don't want to have a failable string cast implementation in arrow2?
The text was updated successfully, but these errors were encountered: