Skip to content

Commit 43a6cd1

Browse files
mroz45zanmato1984
andauthored
Update cpp/src/arrow/compute/expression.cc
Co-authored-by: Rossi Sun <[email protected]>
1 parent b8b84a4 commit 43a6cd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/compute/expression.cc

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ void PrintTo(const Expression& expr, std::ostream* os) {
220220

221221
bool Expression::Equals(const Expression& other) const {
222222
if (Identical(*this, other)) return true;
223+
223224
if (impl_ == nullptr || other.impl_ == nullptr) return false;
224225

225226
if (impl_->index() != other.impl_->index()) {

0 commit comments

Comments
 (0)