Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang committed Sep 26, 2024
1 parent 260edb1 commit b60ba2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dbms/src/Storages/DeltaMerge/DeltaMergeStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,9 @@ class DeltaMergeStore

StoreStats getStoreStats();
SegmentsStats getSegmentsStats();

LocalIndexesStats getLocalIndexStats();
// Generate local index stats for non inited DeltaMergeStore
static LocalIndexesStats genLocalIndexStatsByTableInfo(const TiDB::TableInfo & table_info);

bool isCommonHandle() const { return is_common_handle; }
Expand Down
3 changes: 2 additions & 1 deletion tests/fullstack-test2/vector/vector-index.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#TODO: enable vector-index fullstack test
#RETURN
# Preparation.
mysql> drop table if exists test.t;

Expand Down

0 comments on commit b60ba2a

Please sign in to comment.