Skip to content

Commit 18fcee6

Browse files
wgtmacHuaHuaY
andauthored
Update src/iceberg/expression/expression.cc
Co-authored-by: Zehua Zou <[email protected]>
1 parent 0d26f4a commit 18fcee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/expression/expression.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Result<std::shared_ptr<Expression>> Not::MakeFolded(std::shared_ptr<Expression>
135135
return not_expr.child();
136136
}
137137

138-
return ::iceberg::Not::Make(std::move(child));
138+
return Not::Make(std::move(child));
139139
}
140140

141141
Not::Not(std::shared_ptr<Expression> child) : child_(std::move(child)) {

0 commit comments

Comments
 (0)