You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "metesynnada (via GitHub)" <gi...@apache.org> on 2024/03/05 12:17:28 UTC

[I] bigdecimal crate decimal stringify problem in sqllogictest [arrow-datafusion]

metesynnada opened a new issue, #9464:
URL: https://github.com/apache/arrow-datafusion/issues/9464

   ### Describe the bug
   
   There is a change in `sqllogictest` float to string method after the `bigdecimal` crate `0.4.3` version. There are affected PRs like https://github.com/apache/arrow-datafusion/pull/9460. It will cause an error on every PR status check from now.
   
   ### To Reproduce
   
   Just run a workflow on CI or local after `cargo update`.
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   We should change the `cargo.toml` as `bigdecimal = "=0.4.1"` or `bigdecimal = "=0.4.2"` until it gets a fix.


-- 
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-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] bigdecimal crate decimal stringify problem in sqllogictest [arrow-datafusion]

Posted by "metesynnada (via GitHub)" <gi...@apache.org>.
metesynnada commented on issue #9464:
URL: https://github.com/apache/arrow-datafusion/issues/9464#issuecomment-1979394004

   I saw it in our fork, and changing the version was the solution. If this is not the case here, I will check my fork again. 


-- 
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-unsubscribe@arrow.apache.org

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


Re: [I] bigdecimal crate decimal stringify problem in sqllogictest [arrow-datafusion]

Posted by "metesynnada (via GitHub)" <gi...@apache.org>.
metesynnada commented on issue #9464:
URL: https://github.com/apache/arrow-datafusion/issues/9464#issuecomment-1979400254

   maybe you should run cargo update then try it. 


-- 
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-unsubscribe@arrow.apache.org

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


Re: [I] bigdecimal crate decimal stringify problem in sqllogictest [arrow-datafusion]

Posted by "comphead (via GitHub)" <gi...@apache.org>.
comphead commented on issue #9464:
URL: https://github.com/apache/arrow-datafusion/issues/9464#issuecomment-1979359855

   It was okay on my local, lets check CI.
   
   I was experimenting with `RUST_BIGDECIMAL_EXPONENTIAL_FORMAT_THRESHOLD` but that doesnt seem to wok properly


-- 
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-unsubscribe@arrow.apache.org

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


Re: [I] bigdecimal crate decimal stringify problem in sqllogictest [arrow-datafusion]

Posted by "comphead (via GitHub)" <gi...@apache.org>.
comphead closed issue #9464: bigdecimal crate decimal stringify problem in sqllogictest
URL: https://github.com/apache/arrow-datafusion/issues/9464


-- 
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-unsubscribe@arrow.apache.org

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