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

Engine change callbacks should maintain order #1803

Closed
vnlitvinov opened this issue Jul 24, 2020 · 0 comments · Fixed by #1805
Closed

Engine change callbacks should maintain order #1803

vnlitvinov opened this issue Jul 24, 2020 · 0 comments · Fixed by #1805
Assignees
Labels
new feature/request 💬 Requests and pull requests for new features
Milestone

Comments

@vnlitvinov
Copy link
Collaborator

Currently callbacks registered at Publisher (be it execution engine or partition format) are called in somewhat random order.
For certain functionality we need to make sure the "root" callback (the one that initializes the execution engine) in modin/__init__.py is always called first.

@vnlitvinov vnlitvinov added the new feature/request 💬 Requests and pull requests for new features label Jul 24, 2020
@vnlitvinov vnlitvinov added this to the 0.8.0 milestone Jul 24, 2020
@vnlitvinov vnlitvinov self-assigned this Jul 24, 2020
vnlitvinov added a commit to vnlitvinov/modin that referenced this issue Jul 26, 2020
…allbacks

Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
devin-petersohn pushed a commit that referenced this issue Jul 27, 2020
Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
aregm pushed a commit to aregm/modin that referenced this issue Sep 16, 2020
…allbacks (modin-project#1805)

Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature/request 💬 Requests and pull requests for new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant