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

#47 Adding Builtin Functions #44

Closed

Conversation

grundprinzip
Copy link
Contributor

What changes were proposed in this pull request?

This patch adds basic support for generating the code of the basic builtin functions from PySpark in Go.

Why are the changes needed?

Compatibility

Does this PR introduce any user-facing change?

Adds all PySpark builtin functions.

How was this patch tested?

Will add tests.

@grundprinzip grundprinzip changed the title [SPARK-XXXX] Adding Builtin Functions [#47] Adding Builtin Functions Aug 15, 2024
@grundprinzip grundprinzip changed the title [#47] Adding Builtin Functions #47 Adding Builtin Functions Aug 15, 2024
@grundprinzip grundprinzip added the enhancement New feature or request label Aug 15, 2024
@grundprinzip grundprinzip linked an issue Aug 15, 2024 that may be closed by this pull request
@grundprinzip grundprinzip changed the title #47 Adding Builtin Functions GH-26 Adding Builtin Functions Aug 15, 2024
@grundprinzip grundprinzip changed the title GH-26 Adding Builtin Functions #26 Adding Builtin Functions Aug 15, 2024
@grundprinzip grundprinzip changed the title #26 Adding Builtin Functions #47 Adding Builtin Functions Aug 15, 2024
@grundprinzip
Copy link
Contributor Author

Merging to master.

haoxins pushed a commit to haoxins/spark-connect-go that referenced this pull request Aug 23, 2024
### What changes were proposed in this pull request?
This patch adds basic support for generating the code of the basic builtin functions from  PySpark in Go.

### Why are the changes needed?
Compatibility

### Does this PR introduce _any_ user-facing change?
Adds all PySpark builtin functions.

### How was this patch tested?
Will add tests.

Closes apache#44 from grundprinzip/adding_easy_builtin_functions.

Authored-by: Martin Grund <martin.grund@databricks.com>
Signed-off-by: Martin Grund <martin.grund@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding Builtin Functions
2 participants