felipepessoto commented on issue #9003: URL: https://github.com/apache/incubator-gluten/issues/9003#issuecomment-2785124192
It is because numTouchedRows is use to calculate other metrics https://github.com/delta-io/delta/blob/a124505c7682b7141a4a57c4c893afa482cae255/spark/src/main/scala/org/apache/spark/sql/delta/commands/UpdateCommand.scala#L285C1-L292C75 I can try to debug it, I need to familiarize with the Gluten dev environment, so it may take a while to setup it. My guess is the IncrementMetric in this case is being optimized, like in the unit test I shared in my first message -- 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]
