lyy-pineapple commented on issue #9981: URL: https://github.com/apache/incubator-gluten/issues/9981#issuecomment-3022803251
@FelixYBW This issue was caused by [this Velox commit](https://github.com/oap-project/velox/commit/07e7fd73c2eeaf9d4b25853ed8fca2d626b0675e), which assumes that all INT96 fields should be interpreted as timestamps. However, DECIMAL(28, x) values are also stored using FIXED_LEN_BYTE_ARRAY with a length of 12, which leads to these values being mistakenly decoded as timestamps, resulting in incorrect data. I’ve observed that this issue exists in branch-1.2, but it appears to be fixed in versions from branch-1.3 onward. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
