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

ByteBuffer definition duplicates #341

Merged
merged 1 commit into from
Nov 22, 2018
Merged

ByteBuffer definition duplicates #341

merged 1 commit into from
Nov 22, 2018

Conversation

chaoyli
Copy link
Contributor

@chaoyli chaoyli commented Nov 22, 2018

Change ByteBuffer to StorageByteBuffer in olap/byte_buffer.h.
Class definition of ByteBuffer duplicates between olap/byte_buffer.h and util/byte_buffer.h.
All of the two classes has a function names as remaining().
Some place which want to call remaining() of util/byte_buffer.h is linked to the other remaining() function of olap/byte_buffer.h

Copy link
Contributor

@imay imay left a comment

Choose a reason for hiding this comment

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

change your commit subject

Class definition of ByteBuffer duplicates between olap/byte_buffer.h and util/byte_buffer.h.
All of the two classes has a function names as remaining().
Some place which want to call remaining() of util/byte_buffer.h is linked to the other remaining() function of olap/byte_buffer.h
@imay imay merged commit 8fbc043 into apache:master Nov 22, 2018
@chaoyli chaoyli changed the title ByteBuffer definition duplicates. ByteBuffer definition duplicates Nov 22, 2018
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