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

Support generators for metadata vectors again #1456

Merged

Conversation

alexowens90
Copy link
Collaborator

Removed in #1444 but users of the V1 API may be relying on this behaviour

else:
metadata_itr = iter(metadata_vector)
metadata_vector = list(iter(metadata_vector))
Copy link
Collaborator

Choose a reason for hiding this comment

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

What's the iter for?

@@ -5,6 +5,7 @@

As of the Change Date specified in that file, in accordance with the Business Source License, use of this software will be governed by the Apache License, version 2.0.
"""
import copy
Copy link
Collaborator

Choose a reason for hiding this comment

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

unused?

@alexowens90 alexowens90 merged commit e3453ad into master Mar 25, 2024
114 checks passed
@alexowens90 alexowens90 deleted the bugfix/restore-support-for-metadata-vector-generators branch March 25, 2024 09:47
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.

2 participants