You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transform_exchange_group_by_serializer and transform_exchange_aggregate_serializer just call a simple stream.next() to consume the iterator so it's most likely loss data in cluster query with group aggregation.
Summary
The
transform_exchange_group_by_serializer
andtransform_exchange_aggregate_serializer
just call a simplestream.next()
to consume the iterator so it's most likely loss data in cluster query with group aggregation.https://github.com/datafuselabs/databend/blob/83c68ae303bb9fee0db2b12a1164cd968dfa3e4a/src/query/service/src/pipelines/processors/transforms/aggregator/serde/transform_exchange_group_by_serializer.rs#L232-L252
The text was updated successfully, but these errors were encountered: