We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3587aeb commit 1495b84Copy full SHA for 1495b84
1 file changed
src/paimon/global_index/lucene/lucene_utils.h
@@ -43,7 +43,7 @@ class LuceneUtils {
43
return std::string(JIEBA_TEST_DICT_DIR);
44
#endif
45
return Status::Invalid(
46
- fmt::format("cannot get dictionary dir for jieba, must set {}", kJiebaDictDirEnv));
+ fmt::format("cannot get dictionary dir for jieba, must set env {}", kJiebaDictDirEnv));
47
}
48
};
49
} // namespace paimon::lucene
0 commit comments