Omega359 commented on PR #13527:
URL: https://github.com/apache/datafusion/pull/13527#issuecomment-2812860089

   > BTW how many fields from ConfigOptions really need to be copied? Can we 
just add the ones you need for spark? Or do we need a huge pile of them?
   
   For starters I was thinking 3:
   
   - ExecutionOptions::time_zone
   - ExecutionOptions::ansi_mode/safe_mode (a new one, mirrors [behaviour for 
spark](https://spark.apache.org/docs/3.5.2/sql-ref-ansi-compliance.html), 
probably not a good name, Essentially means if false don't fail on error, just 
return null. default would be true)
   - Extensions - allow for customization


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

Reply via email to