alamb commented on PR #11734: URL: https://github.com/apache/datafusion/pull/11734#issuecomment-2269687928
This PR is failing like the following when running on benchmarks on TPCH. I think there may be a bug related to types in the intermediates. I will keep debugging ``` Query 19 iteration 3 took 161.5 ms and returned 1 rows Query 19 iteration 4 took 171.7 ms and returned 1 rows Query 19 avg time: 164.29 ms Error: External(ArrowError(InvalidArgumentError("column types must match schema types, expected Decimal128(25, 2) but fou\ nd Decimal128(38, 10) at column index 2"), 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-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