Skip to content

Commit 2b89651

Browse files
mroz45zanmato1984
andauthored
Update cpp/src/arrow/compute/expression_test.cc
Co-authored-by: Rossi Sun <[email protected]>
1 parent 4643c80 commit 2b89651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/compute/expression_test.cc

+1
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ TEST(Expression, Equality) {
338338
literal(std::numeric_limits<double>::signaling_NaN()));
339339
}
340340

341+
// Equality when underlying `impl_` is null.
341342
Expression expr1;
342343
Expression expr2(literal(1));
343344
EXPECT_NE(literal("a"), expr1);

0 commit comments

Comments
 (0)