[ https://issues.apache.org/jira/browse/SPARK-20566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dongjoon Hyun updated SPARK-20566: ---------------------------------- Description: This issue aims to add a missing `appendFloats` API for array into ColumnVector class. For double type, there is `appendDoubles` for array [here|https://github.com/apache/spark/blob/master/sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java#L818-L824]. (was: This PR aims to add a missing `appendFloats` API for array into ColumnVector class. For double type, there is `appendDoubles` for array [here|https://github.com/apache/spark/blob/master/sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java#L818-L824].) > ColumnVector should support `appendFloats` for array > ---------------------------------------------------- > > Key: SPARK-20566 > URL: https://issues.apache.org/jira/browse/SPARK-20566 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 2.0.0, 2.1.0 > Reporter: Dongjoon Hyun > > This issue aims to add a missing `appendFloats` API for array into > ColumnVector class. For double type, there is `appendDoubles` for array > [here|https://github.com/apache/spark/blob/master/sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java#L818-L824]. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org