Skip to content
Snippets Groups Projects
Unverified Commit cdc57b8d authored by ou yuanning's avatar ou yuanning Committed by GitHub
Browse files

fix bug: when union two same statement, rewrite rule is incorrect (#5075)

fix bug: when union two same statement, rewrite rule is incorrect

rewrite :
selectStatment union selectStatment  to :   select distinct * from (selectStatement) a;

and I just remove some tag that bug was fixed by some previous PR

Approved by: @aunjgr, @aressu1985
parent e08f768b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment