Hello,

I recently upgraded the Spark version to 3.4.1 and I have encountered a few
issues. In my previous code, I was able to extract the logical plan using
`df.queryExecution` (df: DataFrame and in Scala), but it seems like in the
latest API it is not supported. Is there a way to extract the logical plan
or optimized plan from a dataframe or dataset in Spark 3.4.1?

Best,
Vibhatha

Reply via email to