shuai-xu opened a new pull request, #7101:
URL: https://github.com/apache/incubator-gluten/pull/7101

   ## What changes were proposed in this pull request?
   
   This pr fix two problems, one is that when group by has same names, the 
duplicated names will be remove by distinct in genHashAggregateExecTransformer, 
and cause Missmatch result columns size exception. The other is that when group 
by has same names but with different qualifier due to alias table name, the 
same names are passed to clickhouse, and cause Mismatch output schema exception.
   The solution is that we distinct the groupings in Agg by ignoring qualifier, 
and insert a Project if has same names.
   
   (Fixes: \#7096)
   
   ## How was this patch tested?
   
   This patch was tested by unit tests.
   
   


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