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

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

Xianyang Liu created SPARK-40227:
------------------------------------

             Summary: 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


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