tuhaihe commented on PR #1166: URL: https://github.com/apache/cloudberry/pull/1166#issuecomment-3040990268
> > For the file renaming, we need to replace all the strings related to `greenplum_path` in the source code completely, not just these three places. So it's a huge work and needs more care. Thanks @leborchuk! > > Yep, I see 85 greenplum_path occurencies of greenplum_path in a source code > > ``` > xifos@xifos-dev-jammy:~/git/cloudberry$ grep -l -r greenplum_path * | wc -l > 85 > ``` > > What I am going to do is replace them in the next PR. I have already checked these PR in my development environment and wanted to move forward step by step. > > Is it OK? (I still could replace all occurrences in one PR if needed) Let's replace them all in this PR. -- 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]
