Xtpacz commented on PR #12261:
URL: https://github.com/apache/gluten/pull/12261#issuecomment-4668656535

   @wForget Sorry for the confusion — I habitually desensitized the column 
names, which caused the mismatch with the screenshot. It doesn't affect the 
actual result though. Let me rerun with the exact reproducer SQL and update 
here.
   
   ```sql
   INSERT INTO tb_sink
   SELECT
       a.val,
       (a.val - COALESCE(SUM(b.val), 0) / 5.0)
           / (COALESCE(SUM(b.val), 0) / 5.0) AS growth_rate
   FROM t1 a CROSS JOIN t2 b
   GROUP BY a.val;
   ```
   
   <img width="600" height="800" alt="image" 
src="https://github.com/user-attachments/assets/74db22da-98ab-413f-a936-023139941dbe";
 />
   


-- 
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]

Reply via email to