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

Fix issue #522: row count is correct on column-only views #523

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

sc1f
Copy link
Contributor

@sc1f sc1f commented Apr 5, 2019

This PR fixes the persistent issue of an extra empty row on column-only views—the num_rows method is edited in the C++ to ignore the aggregate row for column-only views.

  • Regression tests are added in the engine as well as in the Hypergrid plugin.

@texodus
Copy link
Member

texodus commented Apr 5, 2019

Thanks for the PR! Good catch and good fix - this problem has apparently been lying around since the inception of the column-only pivot feature.

Great tests is much appreciated as well!

@texodus texodus merged commit 16383ec into master Apr 5, 2019
@texodus texodus deleted the fix_column_only branch April 27, 2019 17:29
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

2 participants