-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add the offset and size to the dump SST footer details #679
Add the offset and size to the dump SST footer details #679
Conversation
@git-hulk Looks good. |
@udi-speedb Thanks for your review. I have updated the HISTORY.md, please take a look. |
b771bff
to
14bafe2
Compare
@git-hulk Thanks for that. Just one last minor thing . Please add the issue's number to the end of the description you have added to the HISTORY.md like so: |
Sure, sorry for missing that. |
No problem. Thanks a lot. |
@git-hulk Once done, I will approve the PR. |
5f383e5
to
f9341e4
Compare
@udi-speedb Done, thank you! I will take care of those rules next time. |
@git-hulk Thanks a lot for your contribution. |
@git-hulk I apologize, but I forgot to ask you to run |
f9341e4
to
2b85f05
Compare
My bad, I should go through the CONTRIBUTING.md doc first before writing the code. Thanks for your guidance. |
No problem. Thanks again for your cooperation and contribution. |
@udi-speedb Looks like the check history and license are not correct, should I fix it? I guess it should checkout the repository before checking. |
No need. It's a known issue. We need to resolve it on our side. Thanks |
@udi-speedb Should I worry about the failure of the test? It looks like didn't relate to PR's change. |
Indeed seems totally unrelated to your change. I am handling this. Will let you know if anything else is needed. Thanks |
2b85f05
to
a780635
Compare
@git-hulk I aplogize, but I need to ask you to update the license text at the top of the file you have modified. We need to update our CONTRIBUTING.md file to reflect this recent decision. You may find the text to add in this issue: Please do not force push your updates. Just add commits. At the time of merging, we will squash and leave only the applicable commit message. |
Hi @udi-speedb It's my pleasure, thanks for you review. I think it's a good chance to learn the speedb develop flow. |
Before applying this PR, the footer details:
and after
This closes #404