Skip to content

fixed test_map_metadata by adding set_frame_dtypes_cache and has_mate…

GitHub Advanced Security / CodeQL failed May 23, 2024 in 4s

7 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 504 in modin/experimental/core/storage_formats/pandas/small_query_compiler.py

See this annotation in the file changed.

Code scanning / CodeQL

Redundant assignment Error

This assignment assigns a variable to itself.

Check notice on line 445 in modin/experimental/core/storage_formats/pandas/small_query_compiler.py

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 71 in modin/pandas/base.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
modin.experimental.core.storage_formats.pandas.small_query_compiler
begins an import cycle.

Check notice on line 64 in modin/pandas/dataframe.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
modin.experimental.core.storage_formats.pandas.small_query_compiler
begins an import cycle.

Check notice on line 71 in modin/pandas/io.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
modin.experimental.core.storage_formats.pandas.small_query_compiler
begins an import cycle.

Check notice on line 37 in modin/pandas/series.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
modin.experimental.core.storage_formats.pandas.small_query_compiler
begins an import cycle.

Check notice on line 26 in modin/experimental/core/storage_formats/pandas/small_query_compiler.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
modin.core.storage_formats.base.query_compiler
begins an import cycle.