You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to give you guys a heads up that for reading in parquet files ray will throw a deprecation warning for every read parquet function that is called when I install modin from the Github Branch and use it with Ray 2.0.
Expected Behavior
No warnings throwing
Error Logs
(_apply_func pid=482969) FutureWarning: DataFrame.set_axis 'inplace' keyword is deprecated and will be removed in a future version. Use obj = obj.set_axis(..., copy=False) instead
(_apply_func pid=482969) FutureWarning: DataFrame.set_axis 'inplace' keyword is deprecated and will be removed in a future version. Use obj = obj.set_axis(..., copy=False) instead
Installed Versions
INSTALLED VERSIONS
commit : 7871c7b
python : 3.9.10.final.0
python-bits : 64
OS : Linux
OS-release : 5.14.0-70.26.1.el9_0.x86_64
Version : #1 SMP PREEMPT Fri Sep 2 16:07:40 EDT 2022
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
The text was updated successfully, but these errors were encountered:
@benaurelschill thank you for reporting this bug. I really appreciate that you caught a bug that, AFAICT, only appeared on the latest commit to Modin. I edited your code so it's a complete reproducer.
I'm investigating what it will take to fix the bug.
Hey @mvashishtha Thanks for the quick response. I have just seen that somebody opened a similar issue and is already working on this. #5092 So i think we can close this issue.
Modin version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest released version of Modin.
I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
Reproducible Example
Issue Description
Just wanted to give you guys a heads up that for reading in parquet files ray will throw a deprecation warning for every read parquet function that is called when I install modin from the Github Branch and use it with Ray 2.0.
Expected Behavior
No warnings throwing
Error Logs
(_apply_func pid=482969) FutureWarning: DataFrame.set_axis 'inplace' keyword is deprecated and will be removed in a future version. Use
obj = obj.set_axis(..., copy=False)
instead(_apply_func pid=482969) FutureWarning: DataFrame.set_axis 'inplace' keyword is deprecated and will be removed in a future version. Use
obj = obj.set_axis(..., copy=False)
insteadInstalled Versions
INSTALLED VERSIONS
commit : 7871c7b
python : 3.9.10.final.0
python-bits : 64
OS : Linux
OS-release : 5.14.0-70.26.1.el9_0.x86_64
Version : #1 SMP PREEMPT Fri Sep 2 16:07:40 EDT 2022
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
The text was updated successfully, but these errors were encountered: