Skip to content

Commit b27552a

Browse files
committed
smaller expr
1 parent f07c5f4 commit b27552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/expr/src/expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3834,7 +3834,7 @@ mod test {
38343834
// If this test fails when you change `Expr`, please try
38353835
// `Box`ing the fields to make `Expr` smaller
38363836
// See https://github.com/apache/datafusion/issues/16199 for details
3837-
assert_eq!(size_of::<Expr>(), 144);
3837+
assert_eq!(size_of::<Expr>(), 128);
38383838
assert_eq!(size_of::<ScalarValue>(), 64);
38393839
assert_eq!(size_of::<DataType>(), 24); // 3 ptrs
38403840
assert_eq!(size_of::<Vec<Expr>>(), 24);

0 commit comments

Comments
 (0)