[
https://issues.apache.org/jira/browse/DRILL-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14486565#comment-14486565
]
Chris Westin commented on DRILL-2719:
-------------------------------------
I did find that the data member was sometimes overwritten when it is not null,
so I've been editing the templates so that these are released before .data is
overwritten.
> Behavior of ValueVector#getBuffers(clear) is inconsistent across VV types
> -------------------------------------------------------------------------
>
> Key: DRILL-2719
> URL: https://issues.apache.org/jira/browse/DRILL-2719
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Data Types
> Affects Versions: 0.8.0
> Reporter: Hanifi Gunes
> Assignee: Hanifi Gunes
> Fix For: 0.9.0
>
>
> The major cause of inconsistency here is that reference count does not change
> upon a call to BaseDataVV#getBuffers. However, it does change when the method
> is invoked on a composite vector type. See for instance VariableLengthVV[1]
> or a NullableVV[2].
> The proposal is to make this behavior consistent first and later we can
> consider separating out the logic that clears a vector from the logic that
> returns underlying buffers.
> [1]:
> https://github.com/apache/drill/blob/master/exec/java-exec/src/main/codegen/templates/VariableLengthVectors.java#L151
> [2]:
> https://github.com/apache/drill/blob/master/exec/java-exec/src/main/codegen/templates/NullableValueVectors.java#L82
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)