You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Daniel (Jira)" <ji...@apache.org> on 2023/04/11 00:35:00 UTC

[jira] [Updated] (SPARK-43085) Fix bug in column DEFAULT assignment for target tables with multi-part names

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

Daniel updated SPARK-43085:
---------------------------
    Summary: Fix bug in column DEFAULT assignment for target tables with multi-part names  (was: Fix bug in column DEFAULT assignment for target tables with three-part names)

> Fix bug in column DEFAULT assignment for target tables with multi-part names
> ----------------------------------------------------------------------------
>
>                 Key: SPARK-43085
>                 URL: https://issues.apache.org/jira/browse/SPARK-43085
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.4.0
>            Reporter: Daniel
>            Priority: Major
>
> To reproduce:
> {{CREATE DATABASE If NOT EXISTS main.codydemos;}}
> {{CREATE OR REPLACE TABLE main.codydemos.test_ts (Id INT, ts timestamp);}}
> {{CREATE OR REPLACE TABLE main.codydemos.test_ts_other (ts timestamp);}}
> {{INSERT INTO main.codydemos.test_ts(ts) VALUES (current_timestamp());}}
> {{SELECT * FROM main.codydemos.test_s}}
>  



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