We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3626a90 commit 85786efCopy full SHA for 85786ef
cpp/src/arrow/python/common.cc
@@ -59,7 +59,7 @@ class PythonErrorDetail : public StatusDetail {
59
public:
60
PythonErrorDetail() = default;
61
const char* type_id() const override { return kErrorDetailTypeId; }
62
- std::string ToString() const override { return "Python Error."; }
+ std::string ToString() const override { return "Uncaught Python."; }
63
};
64
65
} // namespace
0 commit comments