You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Matthias Niehoff (JIRA)" <ji...@apache.org> on 2016/03/29 11:54:25 UTC

[jira] [Created] (SPARK-14236) UDAF does not use incomingSchema for update Method

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org