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

FIX-#6879: Convert the right DF to single partition before broadcasting in query_compiler.merge #6880

Merged
merged 16 commits into from
Feb 13, 2024

Commits on Feb 7, 2024

  1. FIX-modin-project#6879 : Convert the right DF to single partition bef…

    …ore broadcasting
    
    Signed-off-by: arunjose696 <arunjose696@gmail.com>
    arunjose696 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    51f5607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f67eab8 View commit details
    Browse the repository at this point in the history
  3. calling to_pandas in remote function

    Signed-off-by: arunjose696 <arunjose696@gmail.com>
    arunjose696 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    534c029 View commit details
    Browse the repository at this point in the history
  4. Update modin/core/dataframe/pandas/partitioning/partition_manager.py

    Co-authored-by: Anatoly Myachev <anatoliimyachev@mail.com>
    arunjose696 and anmyachev committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    dccbc75 View commit details
    Browse the repository at this point in the history
  5. Update modin/core/dataframe/pandas/dataframe/dataframe.py

    Co-authored-by: Iaroslav Igoshev <Poolliver868@mail.ru>
    arunjose696 and YarShev committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8dd8d66 View commit details
    Browse the repository at this point in the history
  6. PR comments

    arunjose696 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    57ef3d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. PR comments

    arunjose696 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2d8a429 View commit details
    Browse the repository at this point in the history
  2. Update modin/core/dataframe/pandas/partitioning/partition_manager.py

    Co-authored-by: Iaroslav Igoshev <Poolliver868@mail.ru>
    arunjose696 and YarShev committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b7c90cf View commit details
    Browse the repository at this point in the history
  3. PR comments

    arunjose696 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3f7a48a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b65c926 View commit details
    Browse the repository at this point in the history
  5. Update modin/core/dataframe/pandas/partitioning/partition_manager.py

    Co-authored-by: Anatoly Myachev <anatoliimyachev@mail.com>
    arunjose696 and anmyachev committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    12826e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. removing duplicated code

    Signed-off-by: arunjose696 <arunjose696@gmail.com>
    arunjose696 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    70cb788 View commit details
    Browse the repository at this point in the history
  2. Update modin/core/dataframe/pandas/utils.py

    Co-authored-by: Anatoly Myachev <anatoliimyachev@mail.com>
    arunjose696 and anmyachev committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    de7dd30 View commit details
    Browse the repository at this point in the history
  3. removing explicit copy

    arunjose696 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    25c0904 View commit details
    Browse the repository at this point in the history
  4. PR comments

    arunjose696 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8445597 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Address comments

    Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
    YarShev committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    28af95a View commit details
    Browse the repository at this point in the history