jianlirong commented on PR #1178: URL: https://github.com/apache/cloudberry/pull/1178#issuecomment-2991485300
Actually, I was thinking, in CBDB's Streaming Partial HashAggregate, is it really necessary for the following two fields to be int64? Maybe int32 is enough. ``` int64 pInfcount; /* count of +Inf values */ int64 nInfcount; /* count of -Inf values */ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
