Skip to content

Commit

Permalink
[BugFix] Update the last modification field number to keep consistent…
Browse files Browse the repository at this point in the history
… with the main branch. (#30456)

As the fields related to paimon are not been added to branch-3.0, so we should skip their field
number to avoid compatibility issues during upgrade.

Signed-off-by: Gavin <yangguansuo@starrocks.com>
  • Loading branch information
GavinMar authored Sep 6, 2023
1 parent de9cb46 commit 5795ce5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gensrc/thrift/PlanNodes.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,9 @@ struct THdfsScanRange {
// number of lines at the start of the file to skip
12: optional i64 skip_header

// last modification time of the hdfs file, for data cache
13: optional i64 modification_time
// last modification time of the hdfs file, for data cache.
// skip some field numbers to keep the same number with main branch.
16: optional i64 modification_time
}

struct TBinlogScanRange {
Expand Down

0 comments on commit 5795ce5

Please sign in to comment.