jinchengchenghh commented on issue #9335: URL: https://github.com/apache/incubator-gluten/issues/9335#issuecomment-3223439556
Because the float data type min max metrics is not correct for INF, this test TestAggregatePushDown tests read the metric manifest ignoring the data file to get the min max result. ``` TestGlutenAggregatePushDown>TestAggregatePushDown.testInfinity :802->SparkTestHelperBase.assertEquals:66->SparkTestHelperBase.assertEquals:84 min/max/count push down: row 1 col 1 contents should match expected:<-Infinity> but was:<-3.4028235E38> ``` -- 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]
