Matthias Niehoff created SPARK-14236:
----------------------------------------

             Summary: UDAF does not use incomingSchema for update Method
                 Key: SPARK-14236
                 URL: https://issues.apache.org/jira/browse/SPARK-14236
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.6.1
            Reporter: Matthias Niehoff
            Priority: Minor


When I specify a schema for the incoming data in an UDAF, the schema will not 
be applied to the incoming row in the update method. I can only access the 
fields using their numeric indices and not with their names. The Fields in the 
row are named input0, input1,...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to