Implement integer bitwise "and", "or" and "xor" operator.#24623
Implement integer bitwise "and", "or" and "xor" operator.#24623topikachu wants to merge 1 commit into
Conversation
|
Welcome @topikachu! It looks like this is your first PR to milvus-io/milvus 🎉 |
|
@topikachu ut workflow job failed, comment |
|
/assign @xiaofan-luan |
|
Great job! |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: topikachu The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
rerun ut |
|
Hello topikachu, you are not in the organization, so you do not have the permission to rerun the workflow, please contact |
|
UT Reruned |
|
/assign @xiaocai2333 |
|
@topikachu ut workflow job failed, comment |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #24623 +/- ##
==========================================
- Coverage 82.64% 82.12% -0.53%
==========================================
Files 776 778 +2
Lines 101864 103561 +1697
==========================================
+ Hits 84185 85045 +860
- Misses 14670 15488 +818
- Partials 3009 3028 +19
|
dbc9b95 to
5a631e1
Compare
Fix milvus-io#24490 Add bitwise operator in pb definition. Implement the operator in go and cpp modules. Signed-off-by: gongy <topikachu@163.com>
|
Overall, there doesn't seem to be any problem. After running CI, it can be merged ! |
|
@topikachu ut workflow job failed, comment |
|
@topikachu you need to rebase to the latest commit. and it can be merged. |
|
sorry for the inconvenience, the code stack is moving very fast |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
/reopen |
|
Invalid PR Title Format Detected Your PR submission does not adhere to our required standards. To ensure clarity and consistency, please meet the following criteria:
Required Title Structure: Where Example: Please review and update your PR to comply with these guidelines. |
|
@topikachu |
|
@topikachu E2e jenkins job failed, comment |
|
@topikachu ut workflow job failed, comment |
|
Invalid PR Title Format Detected Your PR submission does not adhere to our required standards. To ensure clarity and consistency, please meet the following criteria:
Required Title Structure: Where Example: Please review and update your PR to comply with these guidelines. |
|
@topikachu Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
|
@topikachu E2e jenkins job failed, comment |
|
@topikachu ut workflow job failed, comment |
|
@topikachu Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |


Fix #24490
Add bitwise operator in pb definition.
Implement the operator in go and cpp modules.