Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fetch mapper data in advance for shuffle tasks #3034

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix import
  • Loading branch information
xuye.qin committed Jun 8, 2022
commit 3a49a476f052ae0cda4600627aeeb9cece2c5d02
2 changes: 1 addition & 1 deletion mars/services/storage/api/oscar.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
# limitations under the License.

import sys
from typing import Any, List, Tuple, Type, TypeVar
from typing import Any, List, Tuple, Type, TypeVar, Union

from .... import oscar as mo
from ....lib.aio import alru_cache