Skip to content

Commit

Permalink
improve jsoninvert unitest
Browse files Browse the repository at this point in the history
Signed-off-by: Xianhui.Lin <[email protected]>
  • Loading branch information
JsDove committed Dec 20, 2024
1 parent 4d925a6 commit f0095bc
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 163 deletions.
2 changes: 0 additions & 2 deletions internal/core/src/index/JsonKeyInvertedIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ JsonKeyInvertedIndex::AddInvertedRecord(const std::vector<std::string>& paths,
uint16_t offset,
uint16_t length) {
auto key = std::string("/") + Join(paths, ".");
std::cout << "xxx insert inverted key" << key << "rowid" << row_id
<< "offset" << offset << "length" << length << std::endl;
LOG_DEBUG(
"insert inverted key: {}, row_id: {}, offset: "
"{}, length:{}",
Expand Down
Loading

0 comments on commit f0095bc

Please sign in to comment.