BewareMyPower commented on pull request #13243:
URL: https://github.com/apache/pulsar/pull/13243#issuecomment-991733728


   The C++ client build error is caused by the cherry-pick of 
https://github.com/apache/pulsar/pull/9533. It should be based on 
https://github.com/apache/pulsar/pull/9498 first.
   
   I have reverted the cherry-pick and cherry-picked #9498 and #9533 in order, 
and now it should work. /cc @codelipenghui @gaoran10 
   
   BTW, current branch-2.7 cannot be built with Python 3.9 unless 
cherry-picking #9389, #9574 and #13193 but we need to fix conflicts caused by 
some cherry-pick order. So I didn't do that.
   
   And I'm wondering why the my commits don't contain `(cherry picked from 
commit <commit-id>)`. I just did
   
   ```bash
   git checkout branch-2.7
   git cherry-pick <commit-id>
   git push origin branch-2.7
   ```
   
   Is there any wrong behavior?


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