You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/11 03:40:03 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue, #3791: Optimizer casts decimals to different values on different platforms

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

   **Describe the bug**
   
   See ignored test in https://github.com/apache/arrow-datafusion/pull/3790
   
   **To Reproduce**
   
   ````
       /// This query produces different plans depending on operating system
       /// Linux:   Decimal128(Some(7000000000000000195487369212723200),38,33)
       /// Windows: Decimal128(Some(6999999999999999042565864605876224),38,33)
       #[tokio::test]
       #[ignore]
       async fn q17_expected_plan() -> Result<()> {
           expected_plan(17).await
       }
   ```
   
   **Expected behavior**
   Is this expected?
   
   **Additional context**
   None
   


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


[GitHub] [arrow-datafusion] tustvold closed issue #3791: Optimizer casts decimals to different values on different platforms

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #3791: Optimizer casts decimals to different values on different platforms
URL: https://github.com/apache/arrow-datafusion/issues/3791


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