Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Dec 25, 2024
1 parent 58e3b55 commit 471288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flow/src/compute/render/reduce.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ fn reduce_batch_subgraph(
.clone()
.scalar_type;

// if incoming value's datatype is null, it need to be handled as array with known type and values being null
// if incoming value's datatype is null, it need to be handled specially, see below
if key_data_type.as_arrow_type() != v.data_type()
&& !v.data_type().is_null()
{
Expand Down

0 comments on commit 471288b

Please sign in to comment.