-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[DRAFT][PYTHON] Improve Python UDF Arrow Serializer Performance #51225
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
Draft
asl3
wants to merge
40
commits into
apache:master
Choose a base branch
from
asl3:arrowudf
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+355
−23
Draft
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
9dfe326
wrap_arrow_udf and serializer
asl3 779fea9
evaltype
asl3 a3cded6
nit
asl3 33f6f67
test
asl3 8440f9c
tmp
asl3 05d87c8
skip variant tests
asl3 1dd0ceb
arrow batch serializer
asl3 ffa562a
refactor
asl3 e075c0d
rename
asl3 93b44ca
refactor
asl3 b1f8965
nit
asl3 8ef0726
spacing
asl3 b871ab1
fmt
asl3 d9570a1
update test
asl3 8f40352
scalar arrow
asl3 fc844c2
spacing
asl3 8f9420c
spacing
asl3 915f919
comment
asl3 fc26618
sql scalar arrow iter udf
asl3 03cac02
whitespace
asl3 81f977a
restore
asl3 3e0d81f
nit
asl3 a384c81
nit
asl3 d8681dc
skip test
asl3 737acf0
test errors
asl3 6dd239d
SPARK-34545 test
asl3 3e99d5d
cleanup
asl3 502f201
remove skip tests
asl3 a8ab3e1
fmt
asl3 06469b1
fmt
asl3 80e34ec
refactor legacy/non-legacy tests
asl3 9525c5d
tmp
asl3 b107f0f
tmp
asl3 5fbde58
nits
asl3 6c4f3b3
fmt
asl3 a898ed3
spacing
asl3 e0898c4
comment
asl3 e54f7be
fmt
asl3 42e46db
fmt
asl3 039733c
test
asl3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems the conditions in arrow-opt UDF is more complicated.
In what case will this branch be chosen?