Maciej Bryński created SPARK-12200:
--------------------------------------

             Summary: pyspark.sql.types.Row should implement __contains__
                 Key: SPARK-12200
                 URL: https://issues.apache.org/jira/browse/SPARK-12200
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 1.6.0
            Reporter: Maciej Bryński
            Priority: Minor


The Row type should implement __contains__ so when people do this
{code}
'field' in row
{code}
we will check row keys instead of values



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to