Skip to content

Commit

Permalink
allow compilation with only 'is_in' feature (#4325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Aug 8, 2022
1 parent 4dd63dd commit eafdaf8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ impl OptimizationRule for TypeCoercionRule {
match (&type_left, type_other) {
// cast both local and global string cache
// note that there might not yet be a rev
#[cfg(feature = "dtype-categorical")]
(DataType::Categorical(_), DataType::Utf8) => {
let mut input = input.clone();

Expand Down

0 comments on commit eafdaf8

Please sign in to comment.