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

Bugfix 1552: Set row_count/rows to None in get_description/get_info and batch versions thereof if symbol is pickled #1664

Conversation

alexowens90
Copy link
Collaborator

Reference Issues/PRs

Fixes #1552

The row_count field of the get_description return value (and equivalent on V1 API, and the return value of get_num_rows) was misleadingly set if the symbol was pickled. Now it will be None in this case.

Causes (tiny) API change for V2, so wait to merge until 5.0.0

…nd batch versions thereof if symbol is pickled
@alexowens90 alexowens90 self-assigned this Aug 21, 2024
@alexowens90 alexowens90 added bug Something isn't working api break Requires a new major version (SemVer) labels Aug 21, 2024
@alexowens90 alexowens90 merged commit 4d09283 into master Aug 21, 2024
114 checks passed
@alexowens90 alexowens90 deleted the bugfix/1552/row-count-metadata-misleading-for-pickled-symbols branch August 21, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api break Requires a new major version (SemVer) bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lib._nvs.get_num_rows incorrect for pickled symbol
3 participants