Skip to content

Commit

Permalink
Implicit Column Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sounakr committed Jun 21, 2017
1 parent 3a6f8ca commit 54a5501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public void fillColumnarImplicitBatch(ColumnVectorInfo[] vectorInfo) {
j :
rowMapping[pageCounter][j]);
}
vector.putBytes(vectorOffset++, offset, data.length(), data.getBytes());
vector.putBytes(vectorOffset++, data.getBytes());
}
}
}
Expand Down

0 comments on commit 54a5501

Please sign in to comment.