Skip to content

Commit

Permalink
add comment for is_on_update_current_timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhan1 committed Dec 20, 2024
1 parent 411fce0 commit ea3c95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gensrc/proto/olap_file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ message ColumnPB {
// only reference by variant sparse columns
optional int32 parent_unique_id = 23;
optional int32 be_exec_version = 24;
// this field is only used during flexible partial update load
optional bool is_on_update_current_timestamp = 25 [default = false];
}

Expand Down

0 comments on commit ea3c95f

Please sign in to comment.