ritikam2 commented on PR #40116:
URL: https://github.com/apache/spark/pull/40116#issuecomment-1468635397

   > The auto-generated alias name is fragile and we are trying to improve it 
at #40126
   > 
   > Can you give some examples of how the new update changes the alias name? 
If it's not reasonable, we should keep the previous code.
   
   I am attaching a file showing some failures when all the aggregate 
expressions were made UnresolvedAlias. My latest checkin where I only make 
those aggregate expressions that have "*" as UnresolvedAlias works. The build 
went through.So it is essentially the unresolvedstar() that is being produced 
by the toPrettySQL  for the agg expr with "*" that the Analyzer is not able to 
resolve. 
   
[sqlOtherTests.txt](https://github.com/apache/spark/files/10972570/sqlOtherTests.txt)
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to