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

[Refactor] Add some comments #18313

Merged
merged 2 commits into from
Feb 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gensrc/thrift/PlanNodes.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ struct TSchemaScanNode {
11: optional Types.TUserIdentity current_user_ident // to replace the user and user_ip
}

// If you find yourself changing this code, see also TLakeScanNode
sduzh marked this conversation as resolved.
Show resolved Hide resolved
struct TOlapScanNode {
1: required Types.TTupleId tuple_id
2: required list<string> key_column_name
Expand Down Expand Up @@ -447,6 +448,7 @@ struct TJDBCScanNode {
5: optional i64 limit
}

// If you find yourself changing this code, see also TOlapScanNode
struct TLakeScanNode {
1: required Types.TTupleId tuple_id
2: required list<string> key_column_name
Expand Down