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

FEAT-#7203: Make sure modin works correctly with pandas, which uses pyarrow as a backend #7204

Merged
merged 59 commits into from
May 14, 2024

Commits on Apr 18, 2024

  1. TEST-modin-project#7049: Add some sanity tests with pyarrow-backed pa…

    …ndas dataframes
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8e46e4e View commit details
    Browse the repository at this point in the history
  2. fixes

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6814c6e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e1dbc69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0241d7f View commit details
    Browse the repository at this point in the history
  3. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7b925a5 View commit details
    Browse the repository at this point in the history
  4. fix comment

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    23003c5 View commit details
    Browse the repository at this point in the history
  5. skip some cases for HDK

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cc2a5ab View commit details
    Browse the repository at this point in the history
  6. FEAT-modin-project#7203: Make sure modin works correctly with pandas,…

    … which uses pyarrow as a backend
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b710865 View commit details
    Browse the repository at this point in the history
  7. don't use numpy types directly

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    310f12a View commit details
    Browse the repository at this point in the history
  8. try another dtype_backend

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cb90479 View commit details
    Browse the repository at this point in the history
  9. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f9b2560 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    907fc9a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    13e0d0e View commit details
    Browse the repository at this point in the history
  2. fixes

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ddcda4f View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    afae62f View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    316cddb View commit details
    Browse the repository at this point in the history
  5. fix pivot_table

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    639c2ed View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    05f32e5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. find potential problem areas at the query_compiler level

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 3, 2024
    Configuration menu
    Copy the full SHA
    194cc68 View commit details
    Browse the repository at this point in the history
  2. some more places

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 3, 2024
    Configuration menu
    Copy the full SHA
    91f2607 View commit details
    Browse the repository at this point in the history
  3. add construct_dtype

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e24201f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4dba613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f56c4a View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ea05389 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 6, 2024
    Configuration menu
    Copy the full SHA
    005f480 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0d34bea View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 6, 2024
    Configuration menu
    Copy the full SHA
    aac7097 View commit details
    Browse the repository at this point in the history
  7. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 6, 2024
    Configuration menu
    Copy the full SHA
    258c3b9 View commit details
    Browse the repository at this point in the history
  8. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 6, 2024
    Configuration menu
    Copy the full SHA
    068f67d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    45c1d1f View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b114314 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c597f7f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. updates

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9562144 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    46df4ea View commit details
    Browse the repository at this point in the history
  2. fixes after merge

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8b93500 View commit details
    Browse the repository at this point in the history
  3. new approach

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ae861e3 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5b18cfd View commit details
    Browse the repository at this point in the history
  5. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 12, 2024
    Configuration menu
    Copy the full SHA
    9c6ce78 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a04b0a2 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    60101b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07f9927 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c25a419 View commit details
    Browse the repository at this point in the history
  5. fixes

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6e0c37e View commit details
    Browse the repository at this point in the history
  6. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    778be02 View commit details
    Browse the repository at this point in the history
  7. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9d6d839 View commit details
    Browse the repository at this point in the history
  8. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    22f2db6 View commit details
    Browse the repository at this point in the history
  9. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    acc20b3 View commit details
    Browse the repository at this point in the history
  10. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7a91fc4 View commit details
    Browse the repository at this point in the history
  11. revert changes in metadata/dtypes.py

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d31e93f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4c5f91 View commit details
    Browse the repository at this point in the history
  13. fix tests

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b3179fc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge branch 'main' of https://github.com/modin-project/modin into is…

    …sue7203
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 14, 2024
    Configuration menu
    Copy the full SHA
    18eec16 View commit details
    Browse the repository at this point in the history
  2. cleanup

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b3471ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e538fb4 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 14, 2024
    Configuration menu
    Copy the full SHA
    14b4dd3 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Iaroslav Igoshev <Poolliver868@mail.ru>
    anmyachev and YarShev authored May 14, 2024
    Configuration menu
    Copy the full SHA
    7abfc42 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Iaroslav Igoshev <Poolliver868@mail.ru>
    anmyachev and YarShev authored May 14, 2024
    Configuration menu
    Copy the full SHA
    30d4749 View commit details
    Browse the repository at this point in the history
  7. address review comments

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3213194 View commit details
    Browse the repository at this point in the history
  8. expand comments

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed May 14, 2024
    Configuration menu
    Copy the full SHA
    45acef9 View commit details
    Browse the repository at this point in the history