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-#6398: Improved performance of list-like objects insertion into HDK DataFrames #6412

Merged
merged 6 commits into from
Jan 26, 2024

Apply suggestions from code review

2e73aea
Select commit
Loading
Failed to load commit list.
Merged

FEAT-#6398: Improved performance of list-like objects insertion into HDK DataFrames #6412

Apply suggestions from code review
2e73aea
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL succeeded Jan 26, 2024 in 6s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 50 in modin/experimental/core/execution/native/implementations/hdk_on_native/partitioning/partition_manager.py

See this annotation in the file changed.

Code scanning / CodeQL

Returning tuples with varying lengths Note

HdkOnNativeDataframePartitionManager.from_pandas returns
tuple of size 2
and
tuple of size 4
.

Check notice on line 79 in modin/experimental/core/execution/native/implementations/hdk_on_native/partitioning/partition_manager.py

See this annotation in the file changed.

Code scanning / CodeQL

Returning tuples with varying lengths Note

HdkOnNativeDataframePartitionManager.from_arrow returns
tuple of size 2
and
tuple of size 4
.