Skip to content

Commit

Permalink
[BugFix] Fix source_scan_bytes compability with 3.0 (StarRocks#30433)
Browse files Browse the repository at this point in the history
Signed-off-by: meegoo <meegoo.sr@gmail.com>
  • Loading branch information
meegoo authored Sep 8, 2023
1 parent 746dd2f commit 0d8b44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gensrc/thrift/FrontendService.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -700,11 +700,11 @@ struct TReportExecStatusParams {

23: optional i64 unselected_rows

24: optional string rejected_record_path
24: optional i64 source_scan_bytes

25: optional list<Types.TSinkCommitInfo> sink_commit_infos

26: optional i64 source_scan_bytes
27: optional string rejected_record_path
}

struct TReportAuditStatisticsParams {
Expand Down

0 comments on commit 0d8b44f

Please sign in to comment.