Dongjoon Hyun created SPARK-20566:
-------------------------------------

             Summary: 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.1.0, 2.0.0
            Reporter: Dongjoon Hyun


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].



--
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

Reply via email to