Karthik Velayutham
Karthik Velayutham
Ray 2.0.0 is slated to get released sometime in the next few weeks/months. We have already verified that Modin is currently able to work correctly with Ray 2.0.0rc0 with no...
**Is your feature request related to a problem? Please describe.** Currently `read_csv` only supports parallel reads for `s3` and `file` and any other filesystem backend defaults to pandas. We should...
## What do these changes do? This PR is just testing our tests with Ray 2.0.0rc0. - [ ] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) - [ ] passes `flake8...
**Is your feature request related to a problem? Please describe.** Our current development process requires contributors to explicitly add new changes to the Modin release notes. We should automate this...
**Is your feature request related to a problem? Please describe.** Currently our implementation of `read_parquet` only supports PyArrow. Given that we have some more user demand, we should also support...
### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: macOS 12.2.1 - **Modin version** (`modin.__version__`): 0.15.2 - **Python version**: 3.9.12 - **Code we can use to reproduce**:...
We should follow the pattern from `test-windows` and launch parallel jobs for `test-compat-win` pytests since everything runs serially right now.
The path for Modin logs is currently set to `.modin/logs/job_{job_id}/{log_name}.log` by default. We should allow users to set a different path for the Modin logs with an environment variable.
We need to expand our mypy checks to cover Python files in `modin/distributed/`. There may be a lot of files to modify at once so folks should focus on type...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. What kind of performance improvements would you like to see...