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

[Audit][FEA][SPARK-39741][SQL] Support url encode/decode as built-in function #6023

Open
amahussein opened this issue Jul 19, 2022 · 2 comments
Labels
audit_3.4.0 Audit related tasks for 3.4.0 feature request New feature or request P1 Nice to have for release

Comments

@amahussein
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
This Spark change aims to two points as follow:

  • add url encode/decode as built-in function support.
  • tidy up url-related functions to one scala file
    expression[UrlEncode]("url_encode")
    expression[UrlDecode]("url_decode")
    expression[ParseUrl]("parse_url")

Describe alternatives you've considered

  • update compatibility doc.
  • add handler to the new expression/fallback

Additional context
apache/spark@e5c1b82201

@amahussein amahussein added feature request New feature or request ? - Needs Triage Need team to review and classify audit_3.4.0 Audit related tasks for 3.4.0 labels Jul 19, 2022
@sameerz sameerz added P1 Nice to have for release and removed ? - Needs Triage Need team to review and classify labels Jul 19, 2022
@sameerz
Copy link
Collaborator

sameerz commented Jul 19, 2022

If we work on this, we should split url_encode and url_decode into one issue, and parse_url into another issue.

@NVnavkumar
Copy link
Collaborator

parse_url is handled by #6969

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_3.4.0 Audit related tasks for 3.4.0 feature request New feature or request P1 Nice to have for release
Projects
None yet
Development

No branches or pull requests

3 participants