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 6ff8c7c commit 45364beCopy full SHA for 45364be
src/context.rs
@@ -67,7 +67,7 @@ pub(crate) fn execution_plan_from_pyany(
67
))
68
})?;
69
70
- let codec = DefaultPhysicalExtensionCodec {};
+ let codec = ShuffleCodec {};
71
let runtime = RuntimeEnv::default();
72
let registry = SessionContext::new();
73
plan_node
0 commit comments