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] [Commented] (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:comment-tabpanel&focusedCommentId=17585185#comment-17585185 ] 

Apache Spark commented on SPARK-40227:
--------------------------------------

User 'ConeyLiu' has created a pull request for this issue:
https://github.com/apache/spark/pull/37670

> 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