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

Sanford Ryza updated SPARK-53802:
---------------------------------
    Description: 
 E.g.

```
from pyspark.sql.functions import lit

@dp.materialized_view(schema="id LONG, name STRING")
def table_with_string_schema():
    return spark.range(5).withColumn("name", lit("test"))
```

> Support string values for user-specified schema in SDP tables
> -------------------------------------------------------------
>
>                 Key: SPARK-53802
>                 URL: https://issues.apache.org/jira/browse/SPARK-53802
>             Project: Spark
>          Issue Type: Improvement
>          Components: Declarative Pipelines
>    Affects Versions: 4.1.0
>            Reporter: Sanford Ryza
>            Priority: Major
>
>  E.g.
> ```
> from pyspark.sql.functions import lit
> @dp.materialized_view(schema="id LONG, name STRING")
> def table_with_string_schema():
>     return spark.range(5).withColumn("name", lit("test"))
> ```



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to