Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expression, plan: support builtin aggregation function 'bit_xor' #5090

Merged
merged 26 commits into from
Dec 5, 2017

Conversation

spongedu
Copy link
Contributor

for #5077, support builtin aggregation function 'bit_xor' in TiDB.
To support this pr, tipb must be updated too. See My another pr: https://github.com/pingcap/tipb/pull/46/files

@sre-bot
Copy link
Contributor

sre-bot commented Nov 13, 2017

Hi contributor, thanks for your PR.

This patch needs to be approved by someone of admins. They should reply with "/ok-to-test" to accept this PR for running test automatically.

@shenli
Copy link
Member

shenli commented Nov 14, 2017

/ok-to-test

@zz-jason
Copy link
Member

/run-all-tests

@@ -79,6 +79,7 @@ const (
ExprType_Max ExprType = 3005
ExprType_First ExprType = 3006
ExprType_GroupConcat ExprType = 3007
ExprType_AggBitXor ExprType = 3008
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep the code alignment.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@zz-jason zz-jason added the contribution This PR is from a community contributor. label Nov 16, 2017
@zz-jason zz-jason added this to the 1.1 milestone Nov 16, 2017
@zz-jason
Copy link
Member

LGTM

@zz-jason zz-jason added the status/LGT1 Indicates that a PR has LGTM 1. label Nov 20, 2017
Conflicts:
	ast/functions.go
	expression/aggregation/agg_to_pb.go
	expression/aggregation/aggregation.go
	expression/integration_test.go
	plan/physical_plans.go
Copy link
Member

@coocood coocood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@coocood coocood added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Dec 5, 2017
@coocood coocood merged commit c46f289 into pingcap:master Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution This PR is from a community contributor. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants