We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aios/apps/facility/build_service/build_service/builder/test/OfflineBuilderV2Test.cpp,270行,这里应该生成indexlibv2::document::DocumentPtr吧?否则会在比如aios/storage/indexlib/document/extractor/plain/PrimaryKeyInfoExtractor.cpp的PrimaryKeyInfoExtractor::IsValidDocument函数中,dynamic_castindexlibv2::document::NormalDocument*(doc)返回空,导致不通过,返回false,也就是一条都没有加进去
尝试用旧的normal_document的ConstructNormalDocumentV2方法,生成v2的normal document并转化数据结构继续测,但发现,v2的docBatch在AddDcoument时,会core掉,正在编dbg版本看原因
分支:main dev/1.1.0也会有问题,其他分支无这个单测文件
The text was updated successfully, but these errors were encountered:
使用v2正常,目前无v2的creator方法,所以用ConstructNormalDocumentV2方法,生成另一个v2的集合,单测可正常跑过,目前也能跑过,但数据未加入一条。
Sorry, something went wrong.
No branches or pull requests
aios/apps/facility/build_service/build_service/builder/test/OfflineBuilderV2Test.cpp,270行,这里应该生成indexlibv2::document::DocumentPtr吧?否则会在比如aios/storage/indexlib/document/extractor/plain/PrimaryKeyInfoExtractor.cpp的PrimaryKeyInfoExtractor::IsValidDocument函数中,dynamic_castindexlibv2::document::NormalDocument*(doc)返回空,导致不通过,返回false,也就是一条都没有加进去
尝试用旧的normal_document的ConstructNormalDocumentV2方法,生成v2的normal document并转化数据结构继续测,但发现,v2的docBatch在AddDcoument时,会core掉,正在编dbg版本看原因
分支:main
dev/1.1.0也会有问题,其他分支无这个单测文件
The text was updated successfully, but these errors were encountered: