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 fcd1cf5 commit 3ad082cCopy full SHA for 3ad082c
datafusion/expr/src/expr.rs
@@ -3642,8 +3642,7 @@ mod test {
3642
//
3643
// If this test fails when you change `Expr`, please try
3644
// `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
+ // See https://github.com/apache/datafusion/issues/16199 for details
3647
assert_eq!(size_of::<Expr>(), 144);
3648
assert_eq!(size_of::<ScalarValue>(), 64);
3649
assert_eq!(size_of::<DataType>(), 24); // 3 ptrs
0 commit comments