[
https://issues.apache.org/jira/browse/ORC-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prasanth Jayachandran updated ORC-216:
--------------------------------------
Description:
TypeDescription.createRowBatch() always resets the size to 0. VectorRowBatch
sets the size to value specified in c'tor. Calling createRowBatch() vs c'tor
return different values which is confusing.
https://github.com/apache/orc/blob/1ef78bbfc7e834deca973ee8f9517c8575737fcf/java/core/src/java/org/apache/orc/TypeDescription.java#L669-L680
was:
TypeDescription.createRowBatch() always resets the size to 0.
https://github.com/apache/orc/blob/1ef78bbfc7e834deca973ee8f9517c8575737fcf/java/core/src/java/org/apache/orc/TypeDescription.java#L669-L680
> VectorRowBatch creation from TypeDescription invalidates batch size
> -------------------------------------------------------------------
>
> Key: ORC-216
> URL: https://issues.apache.org/jira/browse/ORC-216
> Project: ORC
> Issue Type: Bug
> Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
>
> TypeDescription.createRowBatch() always resets the size to 0. VectorRowBatch
> sets the size to value specified in c'tor. Calling createRowBatch() vs c'tor
> return different values which is confusing.
> https://github.com/apache/orc/blob/1ef78bbfc7e834deca973ee8f9517c8575737fcf/java/core/src/java/org/apache/orc/TypeDescription.java#L669-L680
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)