Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tianchen92 committed Jul 12, 2019
1 parent 5739cc4 commit 9f2fc09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public void setWithPossibleTruncate(int index, long value) {

@Override
public long getValueAsLong(int index) {
return 0;
return this.get(index);
}

private class TransferImpl implements TransferPair {
Expand Down

0 comments on commit 9f2fc09

Please sign in to comment.