Skip to content

Commit 3ad082c

Browse files
committed
Adjust comments
1 parent fcd1cf5 commit 3ad082c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datafusion/expr/src/expr.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3642,8 +3642,7 @@ mod test {
36423642
//
36433643
// If this test fails when you change `Expr`, please try
36443644
// `Box`ing the fields to make `Expr` smaller
3645-
// See https://github.com/apache/datafusion/issues/14256 for details
3646-
// TODO: used to be 112
3645+
// See https://github.com/apache/datafusion/issues/16199 for details
36473646
assert_eq!(size_of::<Expr>(), 144);
36483647
assert_eq!(size_of::<ScalarValue>(), 64);
36493648
assert_eq!(size_of::<DataType>(), 24); // 3 ptrs

0 commit comments

Comments
 (0)