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

FIX-#7346: Handle execution on Dask workers to avoid creating conflic… #7347

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix linting error due to whitespace
Signed-off-by: Michael Akerman <michaeljohnakerman@gmail.com>
  • Loading branch information
data-makerman committed Aug 20, 2024
commit 036b91ece6f2ac3fc707609fee4fa6390fdb1c83
Original file line number Diff line number Diff line change
Expand Up @@ -2797,7 +2797,7 @@ def dataframe_test_default_property(df):
def test_daemonic_worker_protection(modify_config):
# Test for issue #7346, wherein some operations on Dask cause a second submission of a task to
# the Dask client from the worker scope, which should not cause a new client to be created

def submission_triggering_row_operation(row):
row_to_dict = row.to_dict()
dict_to_row = pd.Series(row_to_dict)
Expand Down
Loading