Sunyue commented on issue #463: URL: https://github.com/apache/arrow-go/issues/463#issuecomment-3332382618
Hi @zeroshade thanks for looking into this. Currently when using `compute.CastToType` and if the target type is incompatible, then by default it throws error (or value will be truncate base on existing `CastOptions`). My point is, is it possible to add an new option to allow casting to null value (instead of throwing error) if target type is incompatible? -- 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]
