Skip to content

Commit e82ca66

Browse files
committed
Remove DataDog Specific Workaround
1 parent 2e616f1 commit e82ca66

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • datafusion/substrait/src/logical_plan/producer

datafusion/substrait/src/logical_plan/producer/types.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ pub(crate) fn to_substrait_type(
284284
precision: *p as i32,
285285
})),
286286
}),
287-
// TODO: DataDog-specific workaround, don't commit upstream
288-
DataType::Dictionary(_, dt) => to_substrait_type(dt, nullable),
289287
_ => not_impl_err!("Unsupported cast type: {dt:?}"),
290288
}
291289
}

0 commit comments

Comments
 (0)