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

FEAT-#6990: Implement lazy execution for the Ray virtual partitions. #6991

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

FEAT-#6990: Implement lazy execution for the Ray virtual partitions.

92fe2f7
Select commit
Loading
Failed to load commit list.
Open

FEAT-#6990: Implement lazy execution for the Ray virtual partitions. #6991

FEAT-#6990: Implement lazy execution for the Ray virtual partitions.
92fe2f7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 16, 2024 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 538 in modin/core/execution/ray/common/deferred_execution.py

See this annotation in the file changed.

Code scanning / CodeQL

First parameter of a method is not named 'self' Note

Normal methods should have 'self', rather than 'obj', as their first parameter.

Check notice on line 606 in modin/core/execution/ray/implementations/pandas_on_ray/partitioning/lazy_virtual_partition.py

See this annotation in the file changed.

Code scanning / CodeQL

First parameter of a method is not named 'self' Note

Normal methods should have 'self', rather than 'dfs', as their first parameter.

Check notice on line 615 in modin/core/execution/ray/implementations/pandas_on_ray/partitioning/lazy_virtual_partition.py

See this annotation in the file changed.

Code scanning / CodeQL

First parameter of a method is not named 'self' Note

Normal methods should have 'self', rather than 'dfs', as their first parameter.