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/27 19:38:00 UTC

[jira] [Created] (SPARK-36319) Have Observation return Map instead of Row

Enrico Minack created SPARK-36319:
-------------------------------------

             Summary: Have Observation return Map instead of Row
                 Key: SPARK-36319
                 URL: https://issues.apache.org/jira/browse/SPARK-36319
             Project: Spark
          Issue Type: Improvement
          Components: Java API, PySpark, SQL
    Affects Versions: 3.3.0
            Reporter: Enrico Minack


As [~gurwls223] pointed out, the {{Observation}} API (Scala, Java, PySpark) could return a {{Map}} / {{Dict}}. It currently returns {{Row}} simply because the metrics are (internal to {{Observation}}) retrieved from the listener as rows. Since that is hidden from the user by the {{Observation}} API, there is no need to return {{Row}}.

If there is some value in the original {{Row}}, both could be provided via {{getAsRow}} and {{getAsMap}}.

The {{Observation}} API has been added to Spark in unreleased 3.3.0, so it should not be a blocker to remove the {{Row}} return type in 3.3.0 again.



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