Aggarwal-Raghav commented on PR #530:
URL: https://github.com/apache/tez/pull/530#issuecomment-5207938363

   Ran basic groupby query,  `SET tez.runtime.optimize.local.fetch=false;` ran 
with this on local cluster.
   ```sql
   --
   SELECT 
     group_key, 
     COUNT(id), 
     SUM(rand_val1), 
     MAX(padding)
   FROM large_data
   GROUP BY group_key;
   
   ```
   <img width="591" height="563" alt="Screenshot 2026-08-06 at 11 11 51 PM" 
src="https://github.com/user-attachments/assets/7bc207ff-4d23-4fbc-81b8-8a5dc26a2e8b";
 />
   
   <img width="458" height="344" alt="Screenshot 2026-08-06 at 11 11 12 PM" 
src="https://github.com/user-attachments/assets/07b73d1b-67c9-4e4a-942e-860cf0f26c7c";
 />


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

Reply via email to