Skip to content

Commit

Permalink
update align
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle-yuan committed May 11, 2022
1 parent 404c660 commit de6b135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ public BackendEntry parse(BackendEntry originEntry) {
buffer.write(parsedEntry.id().asBytes());
buffer.write(bytes);
parsedEntry = new BinaryBackendEntry(originEntry.type(), new BinaryId(buffer.bytes(),
BytesBuffer.wrap(buffer.bytes()).readEdgeId()));
BytesBuffer.wrap(buffer.bytes()).readEdgeId()));

for (BackendEntry.BackendColumn col : originEntry.columns()) {
parsedEntry.column(buffer.bytes(), col.value);
Expand Down

0 comments on commit de6b135

Please sign in to comment.