Skip to content

Commit

Permalink
enhance: Support show bulkinsert command (#322)
Browse files Browse the repository at this point in the history
Support show bulkinsert command

Signed-off-by: bigsheeper <[email protected]>
  • Loading branch information
bigsheeper authored Oct 22, 2024
1 parent 020b4c0 commit 3e2f73b
Show file tree
Hide file tree
Showing 4 changed files with 676 additions and 400 deletions.
1 change: 1 addition & 0 deletions proto/v2.2/data_coord.proto
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ message ImportTaskV2 {
string reason = 7;
string complete_time = 8;
repeated ImportFileStats file_stats = 9;
repeated int64 stats_segmentIDs = 10;
}

enum GcCommand {
Expand Down
Loading

0 comments on commit 3e2f73b

Please sign in to comment.