You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2022/08/26 07:07:00 UTC

[jira] [Assigned] (SPARK-40227) Data Source V2: Support creating table with the duplicate transform with different arguments

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

Apache Spark reassigned SPARK-40227:
------------------------------------

    Assignee:     (was: Apache Spark)

> Data Source V2: Support creating table with the duplicate transform with different arguments
> --------------------------------------------------------------------------------------------
>
>                 Key: SPARK-40227
>                 URL: https://issues.apache.org/jira/browse/SPARK-40227
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.2.2
>            Reporter: Xianyang Liu
>            Priority: Major
>
> This patch adds support to creating a table with duplicate transforms while with different arguments. For example, the following code will be failed before:
> ```scala
> CREATE TABLE testcat.t (id int, `a.b` string) USING foo PARTITIONED BY (bucket(2, id), bucket(4, id))
> ```



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

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