Skip to content

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