robertmu opened a new pull request, #1667: URL: https://github.com/apache/cloudberry/pull/1667
This reverts commit cfd2ce478fea76f6cfc355aa58ea1e90a069221e. The reverted change normalizes COPY FROM row counts on replicated tables by dividing by the number of segments. This causes inconsistent and misleading completion tags (e.g. COPY TO reports N*segments while COPY FROM reports N for the same replicated data). It also produces arbitrary results in ON SEGMENT workflows used by backup/restore. For example, on a 4-segment cluster, loading three 100-row files and one empty file can report 75 rows ((100*3)/4), which is not a meaningful load count. Restore Greenplum-compatible behavior by reporting aggregated completed rows. Refs: - https://github.com/apache/cloudberry/issues/1298 - https://github.com/apache/cloudberry-backup/pull/36 -- 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]
