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

Jungtaek Lim resolved SPARK-39748.
----------------------------------
    Fix Version/s: 3.4.0
       Resolution: Fixed

Issue resolved by pull request 37161
[https://github.com/apache/spark/pull/37161]

> Include the origin logical plan for LogicalRDD if it comes from DataFrame
> -------------------------------------------------------------------------
>
>                 Key: SPARK-39748
>                 URL: https://issues.apache.org/jira/browse/SPARK-39748
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL, Structured Streaming
>    Affects Versions: 3.4.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>            Priority: Major
>             Fix For: 3.4.0
>
>
> When Spark converts the DataFrame to LogicalRDD for some reason (e.g. 
> foreachBatch sink), Spark just picks the RDD from the origin DataFrame and 
> discards the (logical/physical) plan.
> The origin logical plan can be useful for several use cases, including:
> 1. wants to connect the overall logical plan into one
> 2. inherits plan stats from origin logical plan



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to