diff --git a/gensrc/thrift/PlanNodes.thrift b/gensrc/thrift/PlanNodes.thrift index 7e39adb9b94922..d90f9fe48c2ce3 100644 --- a/gensrc/thrift/PlanNodes.thrift +++ b/gensrc/thrift/PlanNodes.thrift @@ -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 {