Skip to content

Commit

Permalink
Add in shuffle context for decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Oct 4, 2024
1 parent 6ff8c7c commit 45364be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub(crate) fn execution_plan_from_pyany(
))
})?;

let codec = DefaultPhysicalExtensionCodec {};
let codec = ShuffleCodec {};
let runtime = RuntimeEnv::default();
let registry = SessionContext::new();
plan_node
Expand Down

0 comments on commit 45364be

Please sign in to comment.