Skip to content

Commit

Permalink
make union vector naming consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
julienledem authored and jenkins committed Apr 21, 2017
1 parent 91c81a0 commit 8153cdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public ArrowBuf[] getBuffers(boolean clear) {

@Override
public UnionVector promoteToUnion() {
UnionVector vector = new UnionVector(name, allocator, callBack);
UnionVector vector = new UnionVector("$data$", allocator, callBack);
replaceDataVector(vector);
reader = new UnionListReader(this);
if (callBack != null) {
Expand Down

0 comments on commit 8153cdf

Please sign in to comment.