Anatoly Myachev

Results 197 comments of Anatoly Myachev

> I think there's no package that only includes cluster launcher. ray[client] is not for the cluster launcher (it is for ray client mode https://docs.ray.io/en/master/cluster/running-applications/job-submission/ray-client.html, which is not recommended to...

It looks like we can safely remove `ClientObjectRef` from Modin sources. It was introduced in https://github.com/modin-project/modin/pull/2851. Ray fixed the problem a long time ago and defined the type like this:...

**FYI:** it looks like Ray will soon be released with Python 3.12 support: https://github.com/ray-project/ray/issues/40211#issuecomment-2148428366

> @YuriyTigiev, just rechecked Modin builds in conda-forge. We don't have builds for python 3.12 yet there. You can only install `modin[dask]` or `modin[mpi]` with python 3.12 from PyPI. For...

> Sorry for delay reply. In my case, it takes about 5mins to read 300G parquet file, generating about 60G log fie in /tmp/ray. Hi @xixibaobei! It’s a bit strange...

The consequence of this will be a complication of code support (the amount of work to keep signatures up to date will at least double), since function signatures will be...

> We also have a bunch of other methods like from_*/to_* we deprecated. Can we remove them in one go? We can. Do you have a list of such functions?

The error is reproduced on the [master](https://github.com/modin-project/modin/commit/f32a9bda4be075e9c5c99252bfeeb23d5d135d4c).

@sfc-gh-mvashishtha are you sure? ```python >>> import pandas as pd >>> pd.Series.dt.to_timestamp >>> pd.__version__ '2.2.2' >>> ```

~Blocked on https://github.com/data-apis/dataframe-api/pull/354~