HolyLow commented on PR #2976:
URL: https://github.com/apache/celeborn/pull/2976#issuecomment-2526623915

   @FMX It suddenly occurs to me that you could check if your 
cpp/celeborn/proto/TransportMessagesCpp.proto is valid or not.
   As the file is a softlink to java end's TransportMessages.proto, it is 
possible that the softlink is not working on MacOS environment.
   If the softlink is not working, try reclone the project with option 
`--config core.symlinks=true` to enforce the softlink.
   The clone command would be 
   ```
   git clone [email protected]:apache/celeborn.git --config core.symlinks=true
   ```


-- 
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]

Reply via email to