FEAT-#7308: Interoperability between query compilers #7376
6 new alerts
New alerts in code changed by this pull request
- 6 notes
See annotations below for details.
Annotations
Check notice on line 28 in modin/core/storage_formats/pandas/native_query_compiler.py
Code scanning / CodeQL
Cyclic import Note
begins an import cycle.
Check notice on line 29 in modin/core/storage_formats/pandas/query_compiler_caster.py
Code scanning / CodeQL
Cyclic import Note
begins an import cycle.
Check notice on line 1742 in modin/pandas/base.py
Code scanning / CodeQL
Mismatch between signature and use of an overridden method Note
, where it is passed too few arguments. Overriding method matches the call.
Check notice on line 104 in modin/tests/pandas/native_df_mode/test_default.py
Code scanning / CodeQL
Empty except Note test
Check notice on line 253 in modin/tests/pandas/native_df_mode/test_default.py
Code scanning / CodeQL
Statement has no effect Note test
Check notice on line 61 in modin/tests/pandas/native_df_mode/utils.py
Code scanning / CodeQL
Explicit returns mixed with implicit (fall through) returns Note test