Skip to content

FEAT-#6398: Improved performance of list-like objects insertion into …

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL succeeded Jul 27, 2023 in 3s

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 49 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 78 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
.

Check notice on line 581 in modin/experimental/core/execution/native/implementations/hdk_on_native/dataframe/utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.