AnzhiZhang commented on PR #3724: URL: https://github.com/apache/texera/pull/3724#issuecomment-3279449471
> 1- The PR description is very short, I read the documentation link but still I don't understand the purpose of this PR 2- The logic of `validateRepositoryName` function is already in `initRepo` with the same regex, is the purpose of this PR cleaning the code by introducing a function? Yes, it is to separate the repo name validation logic into an outer function from the `initRepo` function, and for further reuse (#3715). -- 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]
