-
Notifications
You must be signed in to change notification settings - Fork 71
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
fix executor custom resource request+support pyarrow >=15 & spark 3.5.2/3/4 #419
Conversation
@pang-wu, thanks for the PR. This looks good! Can you please check how to pass all the CI tests? Looks like some scenarios timed out. |
@carsonwang Looks like we run into a bug in some older spark version, we get the same sparkConfig between tests if we don't reset the fields. I made a workaround to have the tests past, can you take a look? |
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.
LGTM
This PR does the following: