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

[Enhancement](good-first-issue) Support some url functions #42022

Open
2 of 3 tasks
zclllyybb opened this issue Oct 17, 2024 · 1 comment
Open
2 of 3 tasks

[Enhancement](good-first-issue) Support some url functions #42022

zclllyybb opened this issue Oct 17, 2024 · 1 comment

Comments

@zclllyybb
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Description

clickhouse support some url functions which we don't support now.
in this case, you need to implement:

  1. cutToFirstSignificantSubdomain
  2. topLevelDomain
  3. firstSignificantSubdomain

Solution

To support a function, we need:

function implementation and registration in BE
function signature and visitor for nereids planner in FE
another function docs pr in https://github.com/apache/doris-website
you can reference pr like https://github.com/apache/doris/pull/33005/files

and ATTN! we must have enough testcases, like what https://github.com/apache/doris/pull/40462/files did.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@gotosleeponesummer
Copy link

I want to solve this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants