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

add join proto #171

Merged
merged 13 commits into from
Jun 18, 2020
Merged

add join proto #171

merged 13 commits into from
Jun 18, 2020

Conversation

hanfei1991
Copy link
Member

Signed-off-by: Fei Han hanfei19910905@gmail.com

@hanfei1991 hanfei1991 changed the title add join proto [WIP]add join proto Feb 26, 2020
@CLAassistant
Copy link

CLAassistant commented Mar 3, 2020

CLA assistant check
All committers have signed the CLA.

hanfei1991 and others added 7 commits May 28, 2020 15:27
Signed-off-by: Fei Han <hanfei19910905@gmail.com>

fix

adjust join proto

refine proto

refine proto

refine proto

refine proto

refine proto

refine proto

refine proto

refine proto

refine proto

refine proto

add key range for table scan

change go code
update protobuf-build to 0.11 and prost to 0.6
update ci image

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
Signed-off-by: fredchenbj <cfworking@163.com>
Copy link
Contributor

@lzmhhh123 lzmhhh123 left a comment

Choose a reason for hiding this comment

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

LGTM

@lzmhhh123 lzmhhh123 added the LGT1 one LGTM label Jun 17, 2020
proto/executor.proto Outdated Show resolved Hide resolved
Co-authored-by: Feng Liyuan <darktemplar.f@gmail.com>
Copy link
Contributor

@SunRunAway SunRunAway left a comment

Choose a reason for hiding this comment

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

LGTM

}

message TableScan {
optional int64 table_id = 1 [(gogoproto.nullable) = false];
repeated ColumnInfo columns = 2;
optional bool desc = 3 [(gogoproto.nullable) = false];
repeated int64 primary_column_ids = 4;
optional EngineType next_read_engine = 5 [(gogoproto.nullable) = false]; // which engine we should in next step, only used by tiflash
repeated KeyRange ranges = 6 [(gogoproto.nullable) = false];
Copy link
Contributor

Choose a reason for hiding this comment

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

Please document this field.

Copy link
Member Author

Choose a reason for hiding this comment

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

done.

Copy link
Contributor

@SunRunAway SunRunAway left a comment

Choose a reason for hiding this comment

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

LGTM

@SunRunAway SunRunAway added LGT2 two LGTM and removed LGT1 one LGTM labels Jun 18, 2020
@SunRunAway
Copy link
Contributor

/merge

@hanfei1991 hanfei1991 merged commit 4fad48b into pingcap:master Jun 18, 2020
@hanfei1991 hanfei1991 deleted the hanfei/join branch June 18, 2020 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LGT2 two LGTM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants