Skip to content
New issue

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

Preparation of ExternalLoader for Dictionaries DDL #7155

Merged
merged 5 commits into from Oct 3, 2019
Merged

Conversation

alesapin
Copy link
Member

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

For changelog. Remove if this is non-significant change.

Category (leave one):

  • Other

Short description (up to few sentences):
Generalize configuration repository.

@@ -715,8 +715,8 @@ template <typename T>
PaddedPODArray<HashedDictionary::Key> HashedDictionary::getIds(const Attribute & attribute) const
{
if (!sparse)
return getIdsAttrImpl<T>(*std::get<CollectionPtrType<Key>>(attribute.maps));
return getIdsAttrImpl<T>(*std::get<SparseCollectionPtrType<Key>>(attribute.sparse_maps));
return getIdsAttrImpl<T>(*std::get<CollectionPtrType<T>>(attribute.maps));
Copy link
Member Author

Choose a reason for hiding this comment

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

Seems like we have a bug in our integration tests runner. Locally this bug was easy to reproduce.

@alesapin alesapin changed the title Dictionaries ddl Preparation of ExternalLoader for Dictionaries DDL Sep 30, 2019
@alesapin
Copy link
Member Author

alesapin commented Oct 1, 2019

Failed build doesn't connected with changes

@alesapin alesapin merged commit cf094cd into master Oct 3, 2019
@alesapin
Copy link
Member Author

alesapin commented Oct 7, 2019

Manually cherry-picked into 19.15.

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.

None yet

1 participant