We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07c5f4 commit b27552aCopy full SHA for b27552a
datafusion/expr/src/expr.rs
@@ -3834,7 +3834,7 @@ mod test {
3834
// If this test fails when you change `Expr`, please try
3835
// `Box`ing the fields to make `Expr` smaller
3836
// See https://github.com/apache/datafusion/issues/16199 for details
3837
- assert_eq!(size_of::<Expr>(), 144);
+ assert_eq!(size_of::<Expr>(), 128);
3838
assert_eq!(size_of::<ScalarValue>(), 64);
3839
assert_eq!(size_of::<DataType>(), 24); // 3 ptrs
3840
assert_eq!(size_of::<Vec<Expr>>(), 24);
0 commit comments