Refine handling of POST /api/v1/datasets/search in GO (#15583)

### What problem does this PR solve?

Refine handling of POST /api/v1/datasets/search in GO

### Type of change

- [x] Refactoring
This commit is contained in:
qinling0210
2026-06-08 11:49:37 +08:00
committed by GitHub
parent 074c331cdf
commit c960dc2a4c
70 changed files with 8580 additions and 1915 deletions

View File

@@ -43,6 +43,7 @@ int32_t POSTable::Load() {
x.second = index++;
pos_vec_.push_back(x.first);
}
table_size_ = static_cast<int32_t>(pos_vec_.size());
return 0;
// return Status::OK();
}