Re: [I] [iceberg] Incorrect results when reading decimal fields [datafusion-comet]

2025-07-03 Thread via GitHub
andygrove commented on issue #1983: URL: https://github.com/apache/datafusion-comet/issues/1983#issuecomment-3033259469 Fixed in https://github.com/apache/datafusion-comet/pull/1985 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [I] [iceberg] Incorrect results when reading decimal fields [datafusion-comet]

2025-07-03 Thread via GitHub
andygrove closed issue #1983: [iceberg] Incorrect results when reading decimal fields URL: https://github.com/apache/datafusion-comet/issues/1983 -- 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

Re: [I] [iceberg] Incorrect results when reading decimal fields [datafusion-comet]

2025-07-03 Thread via GitHub
andygrove commented on issue #1983: URL: https://github.com/apache/datafusion-comet/issues/1983#issuecomment-3032543382 Another test failed and confirms that the issue is with reading decimals. The value for `c7` here is `0.98` in Spark but `0.65` in Comet. ``` First differe

[I] [iceberg] Incorrect results when reading decimal fields [datafusion-comet]

2025-07-03 Thread via GitHub
andygrove opened a new issue, #1983: URL: https://github.com/apache/datafusion-comet/issues/1983 ### Describe the bug During fuzz testing, I am seeing errors reading decimals. ``` ## SQL ``` SELECT c7, cast(c7 as SMALLINT), try_cast(c7 as SMALLINT) FROM local.db.test0