-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix(sdk): fixes type issues for ParallelFor. Fixes #9366 #10436
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
Conversation
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.
Thank you, @rickyxie0929!
sdk/python/test_data/pipelines/pipeline_with_parallelfor_parallelism.py
Outdated
Show resolved
Hide resolved
6a3834a
to
cbdecbe
Compare
2269a27
to
b5fc32e
Compare
sdk/python/test_data/pipelines/pipeline_with_parallelfor_parallelism.py
Outdated
Show resolved
Hide resolved
sdk/python/test_data/pipelines/pipeline_with_parallelfor_parallelism.py
Outdated
Show resolved
Hide resolved
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.
Thanks, Ricky. Just nits. This LGTM.
/retest |
1 similar comment
/retest |
sdk/python/test_data/pipelines/pipeline_with_parallelfor_parallelism.py
Outdated
Show resolved
Hide resolved
/retest |
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.
Thank you, @rickyxie0929!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: connor-mccarthy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rickyxie0929: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest |
…eflow#10436) * fix type issues * fix type issue * fix format * fix failed test * fix format * delete comments * resolve comments * resolve comments * resolve format * resolve import * move unnecessary file * resolve compiler_test failures * resolve comments * remove unnecessary imports * fix format sort * fix nits * add new compiled yaml file * solve merge conflicts * solve conflicts * format * sort * resolve comments * resolve comments Signed-off-by: Alexey Roytman <[email protected]>
…eflow#10436) * fix type issues * fix type issue * fix format * fix failed test * fix format * delete comments * resolve comments * resolve comments * resolve format * resolve import * move unnecessary file * resolve compiler_test failures * resolve comments * remove unnecessary imports * fix format sort * fix nits * add new compiled yaml file * solve merge conflicts * solve conflicts * format * sort * resolve comments * resolve comments
…eflow#10436) * fix type issues * fix type issue * fix format * fix failed test * fix format * delete comments * resolve comments * resolve comments * resolve format * resolve import * move unnecessary file * resolve compiler_test failures * resolve comments * remove unnecessary imports * fix format sort * fix nits * add new compiled yaml file * solve merge conflicts * solve conflicts * format * sort * resolve comments * resolve comments
…eflow#10436) * fix type issues * fix type issue * fix format * fix failed test * fix format * delete comments * resolve comments * resolve comments * resolve format * resolve import * move unnecessary file * resolve compiler_test failures * resolve comments * remove unnecessary imports * fix format sort * fix nits * add new compiled yaml file * solve merge conflicts * solve conflicts * format * sort * resolve comments * resolve comments
Description of your changes:
Fix the compile errors when using dictionary type in ParallelFor.
Checklist: