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

[SPARK-47332][SS][Connect] Remove not needed logic in PythonStreamingRunner #45448

Closed

Conversation

WweiL
Copy link
Contributor

@WweiL WweiL commented Mar 9, 2024

What changes were proposed in this pull request?

Follow up of the discussion here: #45023 (comment)
Clean up the logic in PythonStreamingRunner. workerFactory.createSimpleWorker already creates a non-daemon python process, so there is no need to set and reset the Spark Conf.

Why are the changes needed?

Code logic clean up.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Existing tests should do their job

Was this patch authored or co-authored using generative AI tooling?

No

@WweiL WweiL changed the title done [SPARK-47332][SS][Connect] Remove not needed logic in PythonStreamingRunner Mar 9, 2024
@HyukjinKwon
Copy link
Member

Pending CI

@HyukjinKwon
Copy link
Member

seems the test failure is related

@WweiL
Copy link
Contributor Author

WweiL commented Mar 12, 2024

Closing this since #45468 has the same change

@WweiL WweiL closed this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants