[
https://issues.apache.org/jira/browse/SPARK-53802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SPARK-53802:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Assignee: Sanford Ryza
> Priority: Major
> Labels: pull-request-available
>
> 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]