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 3776705 commit f2aa11bCopy full SHA for f2aa11b
datafusion/proto/src/physical_plan/from_proto.rs
@@ -424,7 +424,7 @@ pub fn parse_physical_expr(
424
425
// Insert into cache if an ID is present
426
if let Some(id) = proto.id {
427
- Ok(decode_ctx.insert_cached_expr(id, Arc::clone(&pexpr)))
+ Ok(decode_ctx.insert_cached_expr(id, pexpr))
428
} else {
429
Ok(pexpr)
430
}
0 commit comments