seddonm1 opened a new pull request #9682:
URL: https://github.com/apache/arrow/pull/9682


   @andygrove @alamb @nevi-me 
   
   This is my WIP implementation of adding `CastOptions` to the Rust Kernel and 
changing the default `CastOptions` for DataFusion to be `safe = false`.
   
   From here we have two options:
   1. use some sort of feature flag (like Spark) to set the default (see 
`spark.sql.ansi.enabled` 
[here](https://spark.apache.org/docs/latest/configuration.html#runtime-sql-configuration)).
   2. add a `safe_cast` `expr` to do the same operation but override the 
default.
   
   Thoughts?


----------------------------------------------------------------
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.

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


Reply via email to