findepi commented on PR #13569:
URL: https://github.com/apache/datafusion/pull/13569#issuecomment-2511316705

   > 1. Set the compile-time environment variables for bigdecimal, such as 
`RUST_BIGDECIMAL_FMT_EXPONENTIAL_LOWER_THRESHOLD`. However, I'm a bit concerned 
about whether it's appropriate to operate environment variables in a library 
like DataFusion.
   
   fwiw, i faced same issuues when upgrading the bigdecimal dep in an internal 
project based on DataFusion and felt the same.
   Especially that it could be impossible to "negotiate" value of 
RUST_BIGDECIMAL_FMT_EXPONENTIAL_LOWER_THRESHOLD if different parts of the code 
end up needing something different.
   
   


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