feat:add support python udf#172
Merged
prakharmathur82 merged 8 commits intomainraystack/dagger:mainfrom Jul 12, 2022
feat/add-support-python-udfraystack/dagger:feat/add-support-python-udfCopy head branch name to clipboard
Merged
feat:add support python udf#172prakharmathur82 merged 8 commits intomainraystack/dagger:mainfrom feat/add-support-python-udfraystack/dagger:feat/add-support-python-udfCopy head branch name to clipboard
prakharmathur82 merged 8 commits intomainraystack/dagger:mainfrom
feat/add-support-python-udfraystack/dagger:feat/add-support-python-udfCopy head branch name to clipboard
Conversation
* chore: publish python zip on release * refactor: update requirements.txt * refactor: remove unused publish python package
* docs: add python udf docs * docs: fix docs config * docs: update python docs * docs: add python environment setup
This was
linked to
issues
Jul 6, 2022
Meghajit
added a commit
that referenced
this pull request
Jul 15, 2022
* feat: dynamic header capability for http post-processor. (#134) Co-authored-by: mayankrai09 <92782366+mayankrai09@users.noreply.github.com> * feat: upgrade stencil client version (#141) * chore: bump up core dependencies version for stencil upgrade (#151) * feat: add dependencies in build.gradle for parquet source and python udfs (#167) * doc: rfc for python udf (#129) * doc: rfc for python udf * docs: update rfc Co-authored-by: jesrypandawa <jesry.p.pandawa@gmail.com> * feat:add support python udf (#172) * fix: fix docs for udf contribution (#175) Co-authored-by: Prakhar Mathur <prakharmathur82@gmail.com> Co-authored-by: mayankrai09 <92782366+mayankrai09@users.noreply.github.com> Co-authored-by: Hari krishna <harikrishnakanchi@gmail.com> Co-authored-by: gauravsinghania <gauravs@sahajsoft.com> Co-authored-by: jesrypandawa <jesry.p.pandawa@gmail.com> Co-authored-by: jesrypandawa <78069094+jesrypandawa@users.noreply.github.com>
Meghajit
added a commit
that referenced
this pull request
Jul 18, 2022
* feat: dynamic header capability for http post-processor. (#134) Co-authored-by: mayankrai09 <92782366+mayankrai09@users.noreply.github.com> * feat: upgrade stencil client version (#141) * chore: bump up core dependencies version for stencil upgrade (#151) * feat: add dependencies in build.gradle for parquet source and python udfs (#167) * doc: rfc for python udf (#129) * doc: rfc for python udf * docs: update rfc Co-authored-by: jesrypandawa <jesry.p.pandawa@gmail.com> * feat:add support python udf (#172) * fix: fix docs for udf contribution (#175) Co-authored-by: Prakhar Mathur <prakharmathur82@gmail.com> Co-authored-by: mayankrai09 <92782366+mayankrai09@users.noreply.github.com> Co-authored-by: Hari krishna <harikrishnakanchi@gmail.com> Co-authored-by: gauravsinghania <gauravs@sahajsoft.com> Co-authored-by: jesrypandawa <jesry.p.pandawa@gmail.com> Co-authored-by: jesrypandawa <78069094+jesrypandawa@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, dagger uses flink version 1.14.3 which is already supported for Python udf. But, dagger still does not implement this feature.
This PR adds the functionality of dagger to also support adding Python udf.