Skip to content

Conversation

@PhilipBAdams
Copy link
Contributor

No description provided.

@PhilipBAdams PhilipBAdams requested a review from MaggieQi August 29, 2023 23:23
m_pMetadata->AddBatch(*p_metadataSet);
if (HasMetaMapping()) {
for (SizeType i = begin; i < end; i++) {
for (SizeType i = begin; i < end && i < begin + p_metadataSet->Count(); i++) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Philip, why it will have the case where metadataset != vectorset size? Then how can you align vector and metadata?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants