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

[Data] Remove BulkExecutor code path #40200

Merged
merged 4 commits into from
Oct 16, 2023

Conversation

scottjlee
Copy link
Contributor

Why are these changes needed?

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@Zandew Zandew force-pushed the 1006-deprecate-stage branch 2 times, most recently from 74fff54 to 5d2ebbb Compare October 13, 2023 00:53
scottjlee and others added 2 commits October 13, 2023 08:52
Signed-off-by: Scott Lee <sjl@anyscale.com>
Signed-off-by: Andrew Xue <andrewxue@anyscale.com>
Andrew Xue added 2 commits October 13, 2023 12:10
Signed-off-by: Andrew Xue <andrewxue@anyscale.com>
Signed-off-by: Andrew Xue <andrewxue@anyscale.com>
@scottjlee scottjlee marked this pull request as ready for review October 16, 2023 18:08
Copy link
Contributor

@c21 c21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG, thanks @Zandew and @scottjlee!

@c21 c21 merged commit 8310ce1 into ray-project:master Oct 16, 2023
33 of 40 checks passed
from ray.data._internal.execution.legacy_compat import (
execute_to_legacy_block_list,
)
from ray.data._internal.execution.streaming_executor import (
StreamingExecutor,
)

if context.use_streaming_executor:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scottjlee anything preventing us from removing use_streaming_executor from DataContext?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm not sure, but i think we have several related fields like enable_optimizer as well, that we discussed and decided we want to remove together in a separate PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants