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-#4479: Prevent users from using a local filepath when performing a distributed write #4484

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on May 23, 2022

  1. FIX-modin-project#4479: Prevent users from using a local filepath whe…

    …n performing a distributed write
    
    Signed-off-by: Rehan Durrani <rehan@ponder.io>
    RehanSD committed May 23, 2022
    Configuration menu
    Copy the full SHA
    aca8db5 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: Rehan Durrani <rehan@ponder.io>
    RehanSD committed May 23, 2022
    Configuration menu
    Copy the full SHA
    e622fcf View commit details
    Browse the repository at this point in the history
  3. Fix docstring

    Signed-off-by: Rehan Durrani <rehan@ponder.io>
    RehanSD committed May 23, 2022
    Configuration menu
    Copy the full SHA
    be74c8e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Update modin/core/execution/ray/implementations/utils.py

    Co-authored-by: Yaroslav Igoshev <Poolliver868@mail.ru>
    RehanSD and YarShev authored May 26, 2022
    Configuration menu
    Copy the full SHA
    7b1dff6 View commit details
    Browse the repository at this point in the history
  2. Update modin/core/execution/ray/implementations/utils.py

    Co-authored-by: Mahesh Vashishtha <mvashishtha@users.noreply.github.com>
    RehanSD and mvashishtha authored May 26, 2022
    Configuration menu
    Copy the full SHA
    a313a79 View commit details
    Browse the repository at this point in the history
  3. Update modin/core/execution/ray/implementations/pandas_on_ray/io/io.py

    Co-authored-by: Mahesh Vashishtha <mvashishtha@users.noreply.github.com>
    RehanSD and mvashishtha authored May 26, 2022
    Configuration menu
    Copy the full SHA
    1dd8636 View commit details
    Browse the repository at this point in the history
  4. Update modin/core/execution/ray/implementations/pandas_on_ray/io/io.py

    Co-authored-by: Mahesh Vashishtha <mvashishtha@users.noreply.github.com>
    RehanSD and mvashishtha authored May 26, 2022
    Configuration menu
    Copy the full SHA
    4191088 View commit details
    Browse the repository at this point in the history
  5. Address review comments

    Signed-off-by: Rehan Durrani <rehan@ponder.io>
    RehanSD committed May 26, 2022
    Configuration menu
    Copy the full SHA
    8c7120b View commit details
    Browse the repository at this point in the history
  6. Address review comments and fix util for non-local paths and non-exis…

    …tent local paths
    
    Signed-off-by: Rehan Durrani <rehan@ponder.io>
    RehanSD committed May 26, 2022
    Configuration menu
    Copy the full SHA
    dcadcf4 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Update modin/core/io/utils.py

    Co-authored-by: Mahesh Vashishtha <mvashishtha@users.noreply.github.com>
    RehanSD and mvashishtha authored May 27, 2022
    Configuration menu
    Copy the full SHA
    b6552ba View commit details
    Browse the repository at this point in the history
  2. Update modin/core/io/utils.py

    Co-authored-by: Mahesh Vashishtha <mvashishtha@users.noreply.github.com>
    RehanSD and mvashishtha authored May 27, 2022
    Configuration menu
    Copy the full SHA
    0608f9e View commit details
    Browse the repository at this point in the history
  3. Add testing

    Signed-off-by: Rehan Durrani <rehan@ponder.io>
    RehanSD committed May 27, 2022
    Configuration menu
    Copy the full SHA
    cc80818 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Use fsspec and default to pandas

    Signed-off-by: Rehan Durrani <rehan@ponder.io>
    RehanSD committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    8081d9c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Use fsspec more and default to pandas

    Signed-off-by: Rehan Durrani <rehan@ponder.io>
    RehanSD committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    9c108af View commit details
    Browse the repository at this point in the history
  2. Add support for windows

    Signed-off-by: Rehan Durrani <rehan@ponder.io>
    RehanSD committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    f1bc60a View commit details
    Browse the repository at this point in the history
  3. Fix windows support

    Signed-off-by: Rehan Durrani <rehan@ponder.io>
    RehanSD committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    a7acd81 View commit details
    Browse the repository at this point in the history