Skip to content

Commit

Permalink
Update dbms/src/Flash/Coprocessor/DAGContext.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaRise authored Dec 15, 2022
1 parent 7b1f1f0 commit dc811cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbms/src/Flash/Coprocessor/DAGContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ class DAGContext

private:
std::shared_ptr<ProcessListEntry> process_list_entry;
/// Holding the table lock to make sure that the table wouldn't be dropped during the lifetime of this query,
/// even if there are no local regions.
/// Holding the table lock to make sure that the table wouldn't be dropped during the lifetime of this query, even if there are no local regions.
/// TableLockHolders need to be released after the BlockInputStream is destroyed to prevent data read exceptions.
TableLockHolders table_locks;
/// profile_streams_map is a map that maps from executor_id to profile BlockInputStreams.
std::unordered_map<String, BlockInputStreams> profile_streams_map;
Expand Down

0 comments on commit dc811cb

Please sign in to comment.