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

[FEA] Support parse_url function #8512

Closed
nvliyuan opened this issue Jun 6, 2023 · 3 comments
Closed

[FEA] Support parse_url function #8512

nvliyuan opened this issue Jun 6, 2023 · 3 comments
Assignees
Labels
duplicate This issue or pull request already exists feature request New feature or request

Comments

@nvliyuan
Copy link
Collaborator

nvliyuan commented Jun 6, 2023

It would be better to support parse_url function:
Codes:

scala> spark.sql("SELECT parse_url('http://spark.apache.org/path?query=1', 'HOST')").show

driverlogs:

@Expression <Alias> parse_url(http://spark.apache.org/path?query=1, HOST, false) AS parse_url(http://spark.apache.org/path?query=1, HOST)#3 could run on GPU
    ! <ParseUrl> parse_url(http://spark.apache.org/path?query=1, HOST, false) cannot run on GPU because GPU does not currently support the operator class org.apache.spark.sql.catalyst.expressions.ParseUrl
@nvliyuan nvliyuan added feature request New feature or request ? - Needs Triage Need team to review and classify labels Jun 6, 2023
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Jun 6, 2023
@NVnavkumar
Copy link
Collaborator

This is a duplicate of #6969

@sameerz sameerz added the duplicate This issue or pull request already exists label Jun 6, 2023
@thirtiseven thirtiseven self-assigned this Jun 25, 2023
@thirtiseven thirtiseven mentioned this issue Jul 20, 2023
9 tasks
@sameerz sameerz closed this as completed Oct 23, 2023
@jlowe
Copy link
Member

jlowe commented Oct 23, 2023

@sameerz why was this closed? #8761 was not merged, and #9481 is still pending.

@NVnavkumar
Copy link
Collaborator

@sameerz why was this closed? #8761 was not merged, and #9481 is still pending.

It's a dupe of #6969

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants