Matteo Interlandi created SPARK-44724:
-----------------------------------------
Summary: INSET hash hset set to None when plan exported into JSON
Key: SPARK-44724
URL: https://issues.apache.org/jira/browse/SPARK-44724
Project: Spark
Issue Type: Bug
Components: PySpark
Affects Versions: 3.4.1
Reporter: Matteo Interlandi
I am exporting optimized plans using
`_jdf.queryExecution().optimizedPlan().toJSON()`. I noticed that when the plan
contains a `INSET` operator the `hset` attribute is None (instead of containing
the set elements).
When printing directly `_jdf.queryExecution().optimizedPlan()` the `INSET`
operator has all the elements so I guess that the problem is with the `toJSON`
method.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]