Skip to content

Commit

Permalink
fix(iox-11401): temporary patch to permit count col be nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedld committed Oct 9, 2024
1 parent 3d5938a commit fadd0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions-aggregate/src/count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl AggregateUDFImpl for Count {
}

fn is_nullable(&self) -> bool {
false
true
}

fn state_fields(&self, args: StateFieldsArgs) -> Result<Vec<Field>> {
Expand Down

0 comments on commit fadd0ef

Please sign in to comment.