Skip to content

Commit 9157154

Browse files
committed
remove unuseful code comments
1 parent 26422bd commit 9157154

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

crates/core/src/sql/logical.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,6 @@ impl PyLogicalPlan {
203203
py: Python<'py>,
204204
ctx: Option<PySessionContext>,
205205
) -> PyDataFusionResult<Bound<'py, PyBytes>> {
206-
// When the caller supplies a session, route through its
207-
// installed logical codec so user FFI codecs registered via
208-
// `with_logical_extension_codec` see the encode path.
209-
// Otherwise fall back to a default-inner `PythonLogicalCodec`
210-
// — Python scalar UDFs still inline via `DFPYUDF1`, but
211-
// non-Python UDFs hit the default codec only.
212206
let default_codec;
213207
let codec: &dyn datafusion_proto::logical_plan::LogicalExtensionCodec = match ctx {
214208
Some(ref ctx) => ctx.logical_codec().as_ref(),

0 commit comments

Comments
 (0)