We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ClusterError includes the cause field that is not printed. This makes it difficult to understand the problems that cause exceptions.
ClusterError
cause
The text was updated successfully, but these errors were encountered:
@anmyachev Is this a part of the next release 0.8.0?
Sorry, something went wrong.
Yes. I added the issue to 0.8.0 release.
FEAT-modin-project#1781: implement ClusterError.__str__
2b83a73
Update modin/experimental/cloud/base.py Co-authored-by: Vasily Litvinov <[email protected]> Signed-off-by: Anatoly Myachev <[email protected]> Signed-off-by: Vasilij Litvinov <[email protected]>
FEAT-#1781: implement ClusterError.__str__ (#1782)
731816d
Co-authored-by: Vasily Litvinov <[email protected]> Signed-off-by: Anatoly Myachev <[email protected]>
FEAT-modin-project#1781: implement ClusterError.__str__ (modin-projec…
2ef9c43
…t#1782) Co-authored-by: Vasily Litvinov <[email protected]> Signed-off-by: Anatoly Myachev <[email protected]>
anmyachev
Successfully merging a pull request may close this issue.
System information
Describe the problem
ClusterError
includes thecause
field that is not printed. This makes it difficult to understand the problems that cause exceptions.Source code / logs
The text was updated successfully, but these errors were encountered: