Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
REFACTOR-#7427: Require query compilers to expose engine and storage format. #7430
REFACTOR-#7427: Require query compilers to expose engine and storage format. #7430
Changes from 6 commits
052e82e
b61009b
4bfc5c8
e78f756
d9426f1
d4ea4a2
c747497
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 135 in modin/core/dataframe/pandas/dataframe/dataframe.py
modin/core/dataframe/pandas/dataframe/dataframe.py#L135
Check warning on line 1735 in modin/core/dataframe/pandas/dataframe/dataframe.py
modin/core/dataframe/pandas/dataframe/dataframe.py#L1735
Check warning on line 1764 in modin/core/dataframe/pandas/dataframe/dataframe.py
modin/core/dataframe/pandas/dataframe/dataframe.py#L1764
Check warning on line 17 in modin/core/execution/dask/implementations/pandas_on_dask/dataframe/dataframe.py
modin/core/execution/dask/implementations/pandas_on_dask/dataframe/dataframe.py#L17
Check warning on line 74 in modin/core/execution/dask/implementations/pandas_on_dask/dataframe/dataframe.py
modin/core/execution/dask/implementations/pandas_on_dask/dataframe/dataframe.py#L71-L74
Check warning on line 58 in modin/core/execution/python/implementations/pandas_on_python/dataframe/dataframe.py
modin/core/execution/python/implementations/pandas_on_python/dataframe/dataframe.py#L58
Check warning on line 18 in modin/core/execution/ray/implementations/pandas_on_ray/dataframe/dataframe.py
modin/core/execution/ray/implementations/pandas_on_ray/dataframe/dataframe.py#L18
Check warning on line 74 in modin/core/execution/ray/implementations/pandas_on_ray/dataframe/dataframe.py
modin/core/execution/ray/implementations/pandas_on_ray/dataframe/dataframe.py#L71-L74
Check warning on line 17 in modin/core/execution/unidist/implementations/pandas_on_unidist/dataframe/dataframe.py
modin/core/execution/unidist/implementations/pandas_on_unidist/dataframe/dataframe.py#L17
Check warning on line 55 in modin/core/execution/unidist/implementations/pandas_on_unidist/dataframe/dataframe.py
modin/core/execution/unidist/implementations/pandas_on_unidist/dataframe/dataframe.py#L52-L55