You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/10 04:45:30 UTC

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #3291: Forbidden multi subquery in having clause

EmmyMiao87 edited a comment on issue #3291: Forbidden multi subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3291#issuecomment-611874492
 
 
   > > Forbidden subquery in having clause when no aggregation in stmt.
   > 
   > Can you explain why do you want to do this? And as a committer, you should give this issue some label, and if you want to handle this, you can assign this issue to yourself.
   > 
   > Sorry for that I think this is the issue. However it's a good idea to write a detailed commit message, which will help other to know about this commit through git log.
   > Please label and assign the issue.
   
   The label has been added.
   
   Multiple subqueries in the having statement need to be rewritten into multiple tables for join. The current rewriting rules need to be transformed.
   And this writing is not common, and there is no strong requirement from the business side.
   This function will be added later if it is required.
   
   The commit msg has been changed.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org