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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
