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

removal of redundent attribute "rowSize" #92

Merged
merged 2 commits into from Jun 2, 2016
Merged

Conversation

ritchieGitHub
Copy link
Member

@TomMcGlynn the rowSize attribute caused problems during the binary compression implementation. And will also cause problems when you add a empty column (no rows yet) and add the rows afterward (fixed that in the head).

But the rowSize attribute is redundant and not necessary, as far as I can see. This pull request contains the changes necessary to delete the attribute, and still have all tests succeed.

@TomMcGlynn could you verify, that my change is correct? If it is just push the merge pull request button.

@ritchieGitHub ritchieGitHub added the enhancement A new feature and/or an improved capability label May 28, 2016
@ritchieGitHub ritchieGitHub added this to the 1.14.3 milestone May 28, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.008%) to 98.878% when pulling 630e2dd on rowSizeRemoval into 6f2e752 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.009%) to 98.878% when pulling c028fee on rowSizeRemoval into 6f2e752 on master.

@TomMcGlynn
Copy link
Contributor

This looks fine. However I think that the release notes need to include a mention note that the deletColumns method in ColumnTable has changed from int to void. I don't think it's too likely that anyone is using that class somewhere else, but it's a breaking change to the nominally public interface.

@TomMcGlynn TomMcGlynn merged commit 1b75c5f into master Jun 2, 2016
@ritchieGitHub
Copy link
Member Author

Ok, I will write it in the release notes

@ritchieGitHub ritchieGitHub deleted the rowSizeRemoval branch June 2, 2016 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature and/or an improved capability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants