We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9355a3 commit 65c22fcCopy full SHA for 65c22fc
velox/parse/IExpr.h
@@ -90,7 +90,7 @@ class IExpr {
90
/// The last alias added will win if called multiple times. Throws in case the
91
/// subclass does not implement it.
92
virtual ExprPtr withAlias(const std::string& alias) const {
93
- VELOX_FAIL("Unable to add alias to expression '{}'", *this);
+ VELOX_FAIL("Unable to add alias to expression '{}'", toString());
94
}
95
96
/// Returns a copy of this expression with the alias removed.
0 commit comments