You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Enrico Minack (Jira)" <ji...@apache.org> on 2021/07/22 20:51:01 UTC

[jira] [Updated] (SPARK-36263) Add Dataset.observe(Observation, Column, Column*) to PySpark

     [ https://issues.apache.org/jira/browse/SPARK-36263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enrico Minack updated SPARK-36263:
----------------------------------
    Description: 
With SPARK-34806 we now have a way to use the `Dataset.observe` method without the need to interact with `org.apache.spark.sql.util.QueryExecutionListener`. This allows us to easily retrieve observations in PySpark.

Adding a `Dataset.observe(Observation, Column, Column*)` equivalent to PySpark's `DataFrame` is straightforward while it allows to utilise observations from Python.

  was:
With SPARK-34806 we now have a way to use the `Dataset.observe` method without the need to interact with `org.apache.spark.sql.util.QueryExecutionListener`. This allows us to retrieve observations in PySpark, which does not support listener callbacks.

Adding a `Dataset.observe(Observation, Column, Column*)` equivalent to PySpark's `DataFrame` is straightforward while it allows to utilise observations from Python.


> Add Dataset.observe(Observation, Column, Column*) to PySpark
> ------------------------------------------------------------
>
>                 Key: SPARK-36263
>                 URL: https://issues.apache.org/jira/browse/SPARK-36263
>             Project: Spark
>          Issue Type: New Feature
>          Components: PySpark
>    Affects Versions: 3.3.0
>            Reporter: Enrico Minack
>            Priority: Major
>
> With SPARK-34806 we now have a way to use the `Dataset.observe` method without the need to interact with `org.apache.spark.sql.util.QueryExecutionListener`. This allows us to easily retrieve observations in PySpark.
> Adding a `Dataset.observe(Observation, Column, Column*)` equivalent to PySpark's `DataFrame` is straightforward while it allows to utilise observations from Python.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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