Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[opt](Nereids) support search from override udfs with same arity (#40432) #40751

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

morrySnow
Copy link
Contributor

pick from master #40432

create alias function f1(int) with parameter(id) as abs(id); create alias function f1(string) with parameter(id) as substr(id, 2); select f1('1'); -- bind on f1(string)
select f1(1); -- bind on f1(int)

test case already existed in P0

…che#40432)

pick from master apache#40432

create alias function f1(int) with parameter(id) as abs(id);
create alias function f1(string) with parameter(id) as substr(id, 2);
select f1('1'); -- bind on f1(string)
select f1(1);   -- bind on f1(int)

test case already existed in P0
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@morrySnow
Copy link
Contributor Author

run buildall

@morrySnow morrySnow merged commit fedadbb into apache:branch-2.1 Sep 12, 2024
21 of 22 checks passed
@morrySnow morrySnow deleted the 2.1_40432 branch September 18, 2024 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants