yjhjstz commented on code in PR #986:
URL: https://github.com/apache/cloudberry/pull/986#discussion_r1992527719
##########
src/backend/access/aocs/aocsam_handler.c:
##########
@@ -1683,7 +1683,7 @@ aoco_index_build_range_scan(Relation heapRelation,
ExprContext *econtext;
Snapshot snapshot;
AOCSFileSegInfo **seginfo = NULL;
- int32 segfile_count;
+ int32 segfile_count = 0;
Review Comment:
we can merge this quick fix, then fix
https://github.com/apache/cloudberry/issues/989 in right way.
--
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]