Skip to content

Commit 1495b84

Browse files
committed
fix
1 parent 3587aeb commit 1495b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/paimon/global_index/lucene/lucene_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class LuceneUtils {
4343
return std::string(JIEBA_TEST_DICT_DIR);
4444
#endif
4545
return Status::Invalid(
46-
fmt::format("cannot get dictionary dir for jieba, must set {}", kJiebaDictDirEnv));
46+
fmt::format("cannot get dictionary dir for jieba, must set env {}", kJiebaDictDirEnv));
4747
}
4848
};
4949
} // namespace paimon::lucene

0 commit comments

Comments
 (0)